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