///
import { ConfigContextProps } from './types';
export declare const defaultIconPrefixCls = "irsicon";
export declare const defaultGetPrefixCls: (suffixCls?: string, customizePrefixCls?: string) => string;
export declare const ConfigContext: import("react").Context;