import { IIconProps } from './Icon.Props';
export declare function Icon(props: IIconProps): JSX.Element;
