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