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