import type L from "leaflet"; /** * Marker component, lets you add and personalize markers on the map */ declare const _sfc_main: import("vue").DefineComponent<{ readonly draggable: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly icon: { readonly type: import("vue").PropType>; }; readonly zIndexOffset: { readonly type: NumberConstructor; }; readonly latLng: { readonly type: import("vue").PropType; readonly custom: true; readonly required: true; }; readonly pane: { readonly type: StringConstructor; }; readonly attribution: { readonly type: StringConstructor; }; readonly name: { readonly type: StringConstructor; readonly custom: true; }; readonly layerType: { readonly type: import("vue").PropType; readonly custom: true; }; readonly visible: { readonly type: BooleanConstructor; readonly custom: true; readonly default: true; }; readonly options: { readonly type: ObjectConstructor; readonly default: () => {}; readonly custom: true; }; }, { ready: import("vue").Ref; leafletObject: import("vue").Ref | undefined>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; }; readonly zIndexOffset: { readonly type: NumberConstructor; }; readonly latLng: { readonly type: import("vue").PropType; readonly custom: true; readonly required: true; }; readonly pane: { readonly type: StringConstructor; }; readonly attribution: { readonly type: StringConstructor; }; readonly name: { readonly type: StringConstructor; readonly custom: true; }; readonly layerType: { readonly type: import("vue").PropType; readonly custom: true; }; readonly visible: { readonly type: BooleanConstructor; readonly custom: true; readonly default: true; }; readonly options: { readonly type: ObjectConstructor; readonly default: () => {}; readonly custom: true; }; }>>, { readonly visible: boolean; readonly options: Record; readonly draggable: boolean; }>; export default _sfc_main;