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