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