import { AnyObject } from "../../_util/type.js"; import { GetRowKey, Key } from "../interface.js"; import { Ref } from "vue"; //#region src/table/hooks/useLazyKVMap.d.ts declare function useLazyKVMap(data: readonly RecordType[] | Ref, childrenColumnName: string | Ref, getRowKey: GetRowKey | Ref>): readonly [(key: Key) => RecordType]; //#endregion export { useLazyKVMap as default };