import type { DataEntity } from '../../vc-tree/interface'; import type { FieldNames, RawValueType } from '../TreeSelect'; import type { Ref, ShallowRef } from 'vue'; declare const _default: (treeData: ShallowRef, fieldNames: Ref) => { valueEntities: ShallowRef>, Map>>; keyEntities: ShallowRef>, Record>>; }; export default _default;