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