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