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