/// export declare const ThemeContext: import("react").Context<{ themeName: string; toggleTheme: () => void; }>;