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