import type { Ref } from 'vue'; import type { Action2 } from '@starryn/util'; export declare const useDrag: (element: Ref, updator: Action2) => void;