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