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