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