/**
* This is a hook to allow text selection by mouse in the text input area in a node.
* Temporarily disables node dragging while the pointer is over the text input area.
*/exportdeclareconstuseDragControl: (ref: React.RefObject<HTMLElement | null>) =>void;