export type ThemeColors = { primaryColor?: string | undefined; headerColor1?: string | undefined; headerColor2?: string | undefined; navigationIndicatorColor?: string | undefined; };