/// <reference types="react" />
export declare function useLatestRef<T>(value: T): import("react").MutableRefObject<T>;
