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