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