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