import { FC } from 'react'; declare const Icon: FC<{ name: string; }>; export default Icon;