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