import { Ref } from 'vue'; export declare function useCursor(input: Ref): [() => void, () => void];