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