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

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