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