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