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