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

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