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