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