import React from "react"; export declare type ConfigConsumerProps = { getPrefixCls: (suffixCls?: string, customSumffixCls?: string) => string; }; export declare const ConfigContext: React.Context; export declare const ConfigConsumer: React.Consumer;