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