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