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