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