import { FC, SVGProps } from 'react'; declare const IconExternalLink: FC & { fill?: string }>; export default IconExternalLink;