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