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