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