import type { Context } from 'react';
import * as React from 'react';
import type { ConfigProviderProps } from './interface';
export declare const defaultConfig: ConfigProviderProps;
export declare const ConfigContext: Context<ConfigProviderProps>;
export declare const getRuntimeConfig: () => ConfigProviderProps;
declare const ConfigProvider: React.FC<React.PropsWithChildren<ConfigProviderProps>>;
export declare const RuntimeConfigProvider: React.FC<React.PropsWithChildren>;
export default ConfigProvider;
