import { ReactNode } from 'react'; import { Theme } from './themeContext'; interface ThemeProviderProps { children: ReactNode; defaultTheme?: Theme; } export declare function ThemeProvider({ children, defaultTheme }: ThemeProviderProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ThemeProvider.d.ts.map