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

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