import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const GlobeAlt: import("svelte").Component; type GlobeAlt = ReturnType; export default GlobeAlt; //# sourceMappingURL=globe-alt.svelte.d.ts.map