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