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