import type { MutableRefObject } from "react"; export declare const getCursorPosition: (inputRef: MutableRefObject) => number;