import { FC } from 'react'; import { ConfigProviderProps } from './type'; declare const ConfigProvider: FC; export default ConfigProvider;