import type L from "leaflet"; /** * Icon component, lets you add and custom icons to the map */ declare const _sfc_main: import("vue").DefineComponent<{ options: { readonly type: ObjectConstructor; readonly default: () => {}; readonly custom: true; }; iconUrl: { readonly type: StringConstructor; }; iconRetinaUrl: { readonly type: StringConstructor; }; iconSize: { readonly type: import("vue").PropType; }; iconAnchor: { readonly type: import("vue").PropType; }; popupAnchor: { readonly type: import("vue").PropType; }; tooltipAnchor: { readonly type: import("vue").PropType; }; shadowUrl: { readonly type: StringConstructor; }; shadowRetinaUrl: { readonly type: StringConstructor; }; shadowSize: { readonly type: import("vue").PropType; }; shadowAnchor: { readonly type: import("vue").PropType; }; bgPos: { readonly type: import("vue").PropType; }; className: { readonly type: StringConstructor; }; }, { root: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly {}; readonly custom: true; }; iconUrl: { readonly type: StringConstructor; }; iconRetinaUrl: { readonly type: StringConstructor; }; iconSize: { readonly type: import("vue").PropType; }; iconAnchor: { readonly type: import("vue").PropType; }; popupAnchor: { readonly type: import("vue").PropType; }; tooltipAnchor: { readonly type: import("vue").PropType; }; shadowUrl: { readonly type: StringConstructor; }; shadowRetinaUrl: { readonly type: StringConstructor; }; shadowSize: { readonly type: import("vue").PropType; }; shadowAnchor: { readonly type: import("vue").PropType; }; bgPos: { readonly type: import("vue").PropType; }; className: { readonly type: StringConstructor; }; }>>, { options: Record; }>; export default _sfc_main;