declare const Theme: { name: string; setThemeMode(event: MouseEvent, callback: (isDark: boolean) => void): void; }; export default Theme;