import { RefObject } from 'react'; interface LatestRefHook { (ref: Ref): RefObject; } export declare const useLatestRef: LatestRefHook; export {}; //# sourceMappingURL=useLatestRef.d.ts.map