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