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