import type { DragElementWrapper, DragSourceOptions, DragPreviewOptions } from "react-dnd"; import type { NodeModel } from "../types"; export declare const useDragNode: (item: NodeModel, ref: React.RefObject) => [boolean, DragElementWrapper, DragElementWrapper];