export declare const useThemeMode: () => { isDark: boolean; isLight: boolean; };