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