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