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