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