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