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