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