import type { Ref } from 'vue'; import type { DefaultOptionType, InternalFieldNames, SingleValueType } from '../Cascader'; declare const _default: (options: Ref, fieldNames: Ref, rawValues: Ref) => import("vue").ComputedRef; export default _default;