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