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