import React from 'react'; declare const useLatestRef: (value: T) => React.MutableRefObject; export { useLatestRef };