export declare const useMouse: () => {
    x: import("vue").Ref<number>;
    y: import("vue").Ref<number>;
};
