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