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