import * as React from 'react';
export declare function useLatestRef<T>(val: T): React.MutableRefObject<T>;
