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