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