import { Theme } from './index'; import { ReactNode } from 'react'; export interface ThemeProviderProps { theme?: Theme; children: ReactNode; } export declare const ThemeProvider: ({ theme, children, }: ThemeProviderProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThemeProvider.d.ts.map