/// <reference types="react" />
export declare const useRefValue: <T>(value: T) => import("react").RefObject<T>;
