import { Ref } from 'vue'; export declare function useModalDraggable(modalTitleRef: Ref, visibleRef: Ref, props: Ref, emits: EmitType): void;