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