import type { Components, JSX } from "../types/components";

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