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