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