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