import type { DataEntity } from '../../vc-tree/interface'; import type { DefaultOptionType, InternalFieldNames } from '../Cascader'; import type { Ref } from 'vue'; export interface OptionsInfo { keyEntities: Record; pathKeyEntities: Record; } declare const _default: (options: Ref, fieldNames: Ref) => import("vue").ComputedRef; /** Lazy parse options data into conduct-able info to avoid perf issue in single mode */ export default _default;