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