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