import { MutableRefObject } from 'react'; /** * Use a ref of the latest value passed to the `useUpdatedRef` hook. * * @param value new value to update the captured one * @typeParam T type of the value kept in the ref * @category Hook */ export declare function useUpdatedRef(value: T): MutableRefObject; //# sourceMappingURL=use-updated-ref.d.ts.map