import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const CloudyAndWindyIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default CloudyAndWindyIcon;
