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