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