export interface ThemeOption { backgroundColor: string; buttonColor: string; headingColor: string; label: string; value: string; }