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