export type ThemeObject = { themeStyle: string; primaryColor?: string; backgroundColor?: string; textColor?: string; };