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

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