import { Item } from './cascader.vue'; export interface ItemProps { data: Item[]; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelect?: (item: Item) => any; }>, { data: Item[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };