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