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