import type { DragMoveEvent, DragStartEvent } from '@dnd-kit/core'; export declare const useColumnMove: () => { minLeft: number; maxLeft: number; onMoveStart: (id: string, e: DragStartEvent) => void; onMove: (e: DragMoveEvent) => void; onMoveEnd: () => void; onMoveCancel: () => void; }; //# sourceMappingURL=use-column-move.d.ts.map