import { RefObject } from "react"; export declare function useForwardInputApi(inputRef: RefObject): (targetRef: RefObject) => HTMLInputElement;