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