export declare enum Theme { Light = 0, Dark = 1 } export declare const ThemeData: { 0: { colors: { ui: { background: { default: string; }; }; text: { primary: string; }; }; }; 1: { colors: { ui: { background: { default: string; }; }; text: { primary: string; }; }; }; };