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