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