import type { Ref } from 'vue'; import type { DefaultOptionType, ShowSearchType, InternalFieldNames } from '../Cascader'; export declare const SEARCH_MARK = "__rc_cascader_search_mark__"; declare const _default: (search: Ref, options: Ref, fieldNames: Ref, prefixCls: Ref, config: Ref, changeOnSelect: Ref) => import("vue").ComputedRef; export default _default;