/** * Simple collapsible section component that can be used to wrap content that should be collapsed and expanded * * Would like to replace with details/summary elements, but they are not supported in all browsers yet? */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; }, string, import("vue").PublicProps, Readonly<{ /** Whether the disclosure is open by default. */ defaultOpen?: boolean; /** Number of items to show in badge when collapsed. */ itemCount?: number; /** Whether the disclosure is static and cannot be toggled. */ isStatic?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { title?: (props: { open: any; }) => any; } & { actions?: (props: { open: any; }) => any; } & { default?: (props: { open: any; }) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CollapsibleSection.vue.d.ts.map