import { TValuesFromLiteral } from '../../../shared/lib/utilityTypes'; export declare const LOCAL_STORAGE_THEME_KEY = "theme"; export declare const THEME: { readonly LIGHT: "light"; readonly DARK: "dark"; }; export type TTheme = TValuesFromLiteral;