import { IconProps } from './types';
export declare const IconContext: import('react').Context<IconProps>;
