export declare type RealTheme = 'light' | 'light-hc' | 'dark' | 'dark-hc' | string; export declare type ThemeType = 'light' | 'dark'; export declare type Theme = 'system' | RealTheme;