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