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