import * as React from 'preact/compat';
type IconContextType = {
  prefixCls?: string;
}

export declare const IconContext: React.Context<IconContextType>;
