export declare function useLatestRef<T>(value: T): {
    current: T;
};
//# sourceMappingURL=useLatestRef.d.ts.map