import { FC } from 'react'; interface MyIconProps { /** * */ copyReactStr: string; } declare const MyIcon: FC; export default MyIcon;