export declare function useStopMovedClick(): { onPointerDown: () => void; onPointerMove: () => void; onPointerUp: () => void; isStoppedClick: import("vue").Ref; };