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