export declare const Theme: { readonly light: "light"; readonly dark: "dark"; readonly color: "color"; }; export type Theme = (typeof Theme)[keyof typeof Theme];