export interface ThemeOptions { element?: string; theme?: "light" | "dark"; fontFamily?: string; fontFamilyUrl?: string; primaryColor?: string; secondaryColor?: string; primaryColorNew?: string; scale?: number; }