export declare const THEME_LIGHT = "light"; export declare const THEME_DARK = "dark"; export type Theme = typeof THEME_LIGHT | typeof THEME_DARK;