/** @typedef {typeof __propDef.props} BiPinMapProps */ /** @typedef {typeof __propDef.events} BiPinMapEvents */ /** @typedef {typeof __propDef.slots} BiPinMapSlots */ export default class BiPinMap extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiPinMapProps = typeof __propDef.props; export type BiPinMapEvents = typeof __propDef.events; export type BiPinMapSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};