/** @typedef {typeof __propDef.props}  MapPinIconProps */
/** @typedef {typeof __propDef.events}  MapPinIconEvents */
/** @typedef {typeof __propDef.slots}  MapPinIconSlots */
export default class MapPinIcon extends SvelteComponentTyped<{
    [x: string]: any;
}, {
    [evt: string]: CustomEvent<any>;
}, {}> {
}
export type MapPinIconProps = typeof __propDef.props;
export type MapPinIconEvents = typeof __propDef.events;
export type MapPinIconSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
    props: {
        [x: string]: any;
    };
    events: {
        [evt: string]: CustomEvent<any>;
    };
    slots: {};
};
export {};
