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