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