export declare const useTheme: (provTheme?: any) => { theme: any; themeLoaded: boolean; }; export default useTheme;