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