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