import { ThemeContextValue, ThemeProviderProps } from './types'; export declare const ThemeContext: import('react').Context; export declare function ThemeProvider({ children, defaultTheme, storageKey, }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThemeProvider.d.ts.map