import React from 'react'; export declare const ConfigContext: React.Context<{ getPrefixCls: (suffixCls: string, customizePrefixCls?: string | undefined) => string; }>; export declare type ConfigContextProps = typeof ConfigContext;