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

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