import type { AnyObject } from '../../_util/type'; import type { GetRowKey, Key } from '../interface'; declare const useLazyKVMap: (data: readonly RecordType[], childrenColumnName: string, getRowKey: GetRowKey) => readonly [(key: Key) => RecordType]; export default useLazyKVMap;