import type { UseDraggable, UseDraggableProps } from './types'; export declare const useDraggableWithDomApi: ({ elRef: draggingElRef, onDragFinish, }: UseDraggableProps) => UseDraggable; //# sourceMappingURL=useDraggableWithDomApi.d.ts.map