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