/// export interface ConfigConsumerProps { getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; } export declare const ConfigContext: import("react").Context<{ getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; }>; export declare const ConfigConsumer: import("react").Consumer<{ getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; }>;