import { CollapseItemProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_1: { isActive: boolean; title: string | undefined; }, __VLS_6: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_6) => any; }; declare const __VLS_component: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onToggle?: ((name: string) => any) | undefined; }>, { disabled: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VCollapseItem.vue.d.ts.map