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