import type { PointerEventState } from '@revesuite/lit'; import type { DefaultSelectionManager } from './selection-manager.js'; export declare const NativeDragHandlers: { onStart(selection: DefaultSelectionManager, e: PointerEventState): void; onMove(selection: DefaultSelectionManager, e: PointerEventState): void; onEnd(selection: DefaultSelectionManager, _: PointerEventState): void; }; //# sourceMappingURL=native-drag-handlers.d.ts.map