declare type Theme = { bodyBackground: string; }; export declare const THEMES: { DARK: Theme; LIGHT: Theme; }; export {};