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