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