import { FC } from 'react'; import type { ProIconType } from './propsTypes'; declare const ProIcon: FC; export default ProIcon;