import type { RefObject } from "react"; import type { DragElementWrapper, DragSourceOptions } from "react-dnd"; export declare const useDragHandle: (containerRef: RefObject, handleRef: RefObject, drag: DragElementWrapper) => void;