type ThemeColorsType = { [key: string]: { menuBarBackgroundColor: string; menuButtonBackgroundColor: string; menuItemTextColor: string; textColor: string; placeholderColor: string; }; }; export declare const ThemeColors: ThemeColorsType; export declare const DARK = "dark"; export declare const LIGHT = "light"; export {};