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