/// <reference types="react" />
import { IIconProps } from './Icon.types';
export declare const Icon: (props: IIconProps) => JSX.Element;
