import { BaseComponent } from '@italia/globals'; /** * Simple breadcrumbs component following repository conventions. * - Renders a list of slotted anchors or items * - Dark mode variant */ export declare class ItBreadcrumb extends BaseComponent { static styles: import("lit").CSSResultGroup; itAriaLabel: string; separator: string; dark: boolean; private _setChildrenProperties; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'it-breadcrumbs': ItBreadcrumb; } } //# sourceMappingURL=it-breadcrumbs.d.ts.map