import * as React from 'react';
/**
 * @ignore - internal hook.
 */
export declare function useLatestRef<T>(value: T): React.RefObject<T>;
