import { type CascaderProps, type CascaderSlots, type CascaderStateNode } from './common'; type __VLS_Slots = CascaderSlots; declare const __VLS_base: import("vue").DefineComponent any; change: (value: import("./common").CascaderValue, selectedOptions: any[]) => any; "update:modelValue": (value: import("./common").CascaderValue, selectedOptions: any[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelect?: ((option: any, tabIndex: number) => any) | undefined; onChange?: ((value: import("./common").CascaderValue, selectedOptions: any[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./common").CascaderValue, selectedOptions: any[]) => any) | undefined; }>, { multiple: boolean; options: import("./common").CascaderOption[]; load: (node?: CascaderStateNode) => Promise | import("./common").CascaderOption[]; lazy: boolean; modelValue: import("./common").CascaderValue; optionKeys: import("../../use").OptionKeys; fieldKeys: import("../../use").OptionKeys; hintText: string; labelRender: (option: import("./common").CascaderOption) => string; changeOnSelect: boolean; allLevels: boolean; checkStrictly: boolean; }, {}, {}, {}, 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; }; };