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

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