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