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