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