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