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