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

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