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