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