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