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