import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const MapPinIcon: import("svelte").Component<Props, {}, "">;
type MapPinIcon = ReturnType<typeof MapPinIcon>;
export default MapPinIcon;
