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