import type { CascaderModelValue, CascaderOption } from './interface'; import type { CascaderProps } from './types'; declare var __VLS_16: { value: CascaderModelValue; displayValue: string | string[]; inputValue: string; selectedOptions: CascaderOption[]; selectedPaths: CascaderOption[][]; popupVisible: boolean; disabled: boolean; loading: boolean; multiple: boolean; }, __VLS_32: any, __VLS_35: {}, __VLS_38: {}, __VLS_41: {}, __VLS_44: {}, __VLS_54: {}, __VLS_63: {}; type __VLS_Slots = {} & { trigger?: (props: typeof __VLS_16) => any; } & { label?: (props: typeof __VLS_32) => any; } & { prefix?: (props: typeof __VLS_35) => any; } & { 'arrow-icon'?: (props: typeof __VLS_38) => any; } & { 'loading-icon'?: (props: typeof __VLS_41) => any; } & { 'search-icon'?: (props: typeof __VLS_44) => any; } & { empty?: (props: typeof __VLS_54) => any; } & { empty?: (props: typeof __VLS_63) => any; }; declare const __VLS_base: import("vue").DefineComponent any; clear: () => any; focus: (ev: FocusEvent) => any; blur: (ev: FocusEvent) => any; change: (value: CascaderModelValue) => any; "update:popupVisible": (visible: boolean) => any; popupVisibleChange: (visible: boolean) => any; "update:modelValue": (value: CascaderModelValue) => any; inputValueChange: (value: string) => any; "update:show": (visible: boolean) => any; showChange: (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSearch?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onFocus?: ((ev: FocusEvent) => any) | undefined; onBlur?: ((ev: FocusEvent) => any) | undefined; onChange?: ((value: CascaderModelValue) => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: CascaderModelValue) => any) | undefined; onInputValueChange?: ((value: string) => any) | undefined; "onUpdate:show"?: ((visible: boolean) => any) | undefined; onShowChange?: ((visible: boolean) => any) | undefined; }>, { options: CascaderOption[]; ellipsis: boolean | "performant-ellipsis"; separator: string; multiple: boolean; disabled: boolean; error: boolean; readonly: boolean | string; defaultPopupVisible: boolean; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; loading: boolean; valueKey: string; expandTrigger: import("./types").CascaderExpandTrigger; checkStrictly: boolean; pathMode: boolean; showPath: boolean; expandChild: boolean; defaultInputValue: string; maxTagCount: number | "responsive"; tagNowrap: boolean; searchOptionOnlyLabel: boolean; searchDelay: number; fallback: boolean | import("./interface").CascaderFallback; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };