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

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