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