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