export declare const THEMES: {
    LIGHT: string;
    DARK: string;
};
export type Themes = (typeof THEMES)[keyof typeof THEMES];
//# sourceMappingURL=index.d.ts.map