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