export declare const useColorMode: () => { colorMode: string | undefined; toggleColorMode: any; };