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