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