import type { exploreInteractions, InteractionsHandlers } from '../types.js'; export declare const getExploreInteractions: ({ selectionArea, eventCancelled, onSelectEnd, lastMousePositionRef, pinned, onHover, onTogglePin, onModeChange, setCursorMode, height, onSelectChange, onSelectStart, onReset, width, onZoomChange, isZoomXDisabled, onPanChange, panDeltaRef, onPanStart, onPanEnd, }: exploreInteractions) => InteractionsHandlers; //# sourceMappingURL=get-explore-interations.d.ts.map