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>>; keyEntities: ShallowRef>>; }; export default _default;