interface Props { itemKey?: string | number; header?: string; disabled?: boolean; } declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { extra?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_5) => any; }; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { disabled: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CollapseItem.vue.d.ts.map