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