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