import type L from "leaflet"; /** * Display a popup on the map */ declare const _sfc_main: import("vue").DefineComponent<{ readonly latLng: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly content: { readonly type: StringConstructor; readonly default: null; }; readonly options: { readonly type: ObjectConstructor; readonly default: () => {}; readonly custom: true; }; }, { root: import("vue").Ref; leafletObject: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly default: () => never[]; }; readonly content: { readonly type: StringConstructor; readonly default: null; }; readonly options: { readonly type: ObjectConstructor; readonly default: () => {}; readonly custom: true; }; }>>, { readonly latLng: L.LatLngExpression; readonly options: Record; readonly content: string; }>; export default _sfc_main;