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

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