import * as React from 'react'; export interface ConfigConsumerProps { getPrefixCls: (suffixCls?: string, customizePrefixCls?: string) => string; } export declare const ConfigContext: React.Context;