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