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