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