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