import * as React from 'react'; type IconContextType = { prefixCls?: string; } export declare const IconContext: React.Context;