import { type IconProps } from "../../../base/index.ts";
declare const MapPin: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type MapPin = ReturnType<typeof MapPin>;
export default MapPin;
