import { RefObject } from "react"; export declare function useCommittedRef(value: T): RefObject;