import { NestedTableDragAndDropState } from './NestedTableDragAndDropState'; /** * Factory function to create a custom hook `useIsDropDisabled` that determines * whether the drop is disabled for a given node based on drag-and-drop state. */ export declare const createUseIsDropDisabled: (state: NestedTableDragAndDropState) => (targetNodeId: string | number) => boolean; //# sourceMappingURL=createUseIsDropDisabled.d.ts.map