import type { Components, JSX } from "../dist/types/components"; interface DiwaAccordion extends Components.DiwaAccordion, HTMLElement {} export const DiwaAccordion: { prototype: DiwaAccordion; new (): DiwaAccordion; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;