import { ThemeConfig } from 'antd/es/config-provider/context'; import React from 'react'; export interface ThemeProviderProps { children: React.ReactNode; themeConfig?: ThemeConfig; theme?: 'dark' | 'light'; } export declare function ThemeProvider(props: ThemeProviderProps): React.JSX.Element; //# sourceMappingURL=-theme-provider.d.ts.map