import type { ComputedRef, Ref } from "vue"; export declare const useDraggable: (targetRef: Ref, dragRef: Ref, draggable: ComputedRef) => void;