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