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