import { SVGProps } from "react"; declare const CloudIcon: (props: SVGProps) => JSX.Element; export default CloudIcon;