export default function useMouseMove(): { x: import("vue").Ref; y: import("vue").Ref; moving: import("vue").Ref; on: () => void; off: () => void; };