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

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