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