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