import { RefObject } from "react";
export declare function useSetCursorPosition(disabled: boolean, ref: RefObject<HTMLElement>): void;
