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