/// export interface ConfigConsumerProps { getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement; rootPrefixCls?: string; getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; autoInsertSpaceInButton?: boolean; } export declare const ConfigConsumer: import("react").ComponentClass, any>;