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