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