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

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