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