import { ValuesOf } from './types.js'; import 'react'; declare const valuesOf: >(object: O) => ValuesOf; export { valuesOf };