import type { UseDraggableArguments } from '@dnd-kit/core'; import React from 'react'; import type { ChildFunction } from './types.js'; export declare const DraggableSortableItem: React.FC<{ children: ChildFunction; } & UseDraggableArguments>; //# sourceMappingURL=index.d.ts.map