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