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