import { ThemeClient } from './theme-client'; export declare const ThemeProvider: typeof ThemeClient; export { useTheme } from './theme-client';