import type { Ref } from 'vue'; import type { Key, GetRowKey } from '../interface'; export default function useLazyKVMap(dataRef: Ref, childrenColumnNameRef: Ref, getRowKeyRef: Ref>): ((key: Key) => RecordType)[];