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