import type { CascaderModelValue, CascaderOption } from './interface'; import type { CascaderPanelProps } from './types'; declare var __VLS_11: {}; type __VLS_Slots = {} & { empty?: (props: typeof __VLS_11) => any; }; declare const __VLS_base: import("vue").DefineComponent any; "update:modelValue": (value: CascaderModelValue) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: CascaderModelValue) => any) | undefined; "onUpdate:modelValue"?: ((value: CascaderModelValue) => any) | undefined; }>, { options: CascaderOption[]; ellipsis: boolean | "performant-ellipsis"; multiple: boolean; valueKey: string; expandTrigger: import("./types").CascaderExpandTrigger; checkStrictly: boolean; pathMode: boolean; expandChild: 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; }; };