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