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