import type { UseDraggableArguments } from '@dnd-kit/core';
import type { UseDraggableSortableReturn } from './types';
export declare const useDraggableSortable: (props: UseDraggableArguments) => UseDraggableSortableReturn;
//# sourceMappingURL=index.d.ts.map