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