export type ThemeType = "light" | "dark" | "auto";
export declare const ThemeConst: string[];
