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