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