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