/// /** * A helper function that disables map behavior on drag event in order to allow * the marker to be moved. * @param map * @param behavior */ declare function setMarkerDragEvent(map: H.Map, behavior: H.mapevents.Behavior): void; export { setMarkerDragEvent }; //# sourceMappingURL=set-drag-event.d.ts.map