import './Icon.scss';
import { IIconProps } from './Icon.Props';
export declare const Icon: (props: IIconProps) => JSX.Element;
