import { FunctionComponent } from 'react'; import { ConfigProviderProps } from './types'; export declare const ConfigProvider: FunctionComponent;