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