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