import * as React from 'react'; import { IIconProps } from './PropsType'; declare const Icon: React.FC; export default Icon;