export interface ThemeVars { on: string; off: string; bg: string; glow?: boolean; skew?: boolean; } export declare const THEMES: Record;