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