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

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