import { DBAccordionItemDefaultProps } from "../accordion-item/model"; import { DBAccordionProps } from "./model"; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { name: string; variant: "default" | "card"; children: any; className: string; id: string; behaviour: "multiple" | "single"; initOpenIndex: number[]; items: string | DBAccordionItemDefaultProps[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLUListElement; }, HTMLUListElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };