import { BootstrapElement } from '@bootstrap-wc/core'; export interface BreadcrumbItem { label: string; href?: string; active?: boolean; } /** * `` — Bootstrap breadcrumb. Host carries `.breadcrumb` so * Bootstrap's `.breadcrumb > .breadcrumb-item` selectors match the slotted * items. Pass `items` for data-driven rendering, or place * `` children directly. */ export declare class BsBreadcrumb extends BootstrapElement { items: BreadcrumbItem[]; label: string; divider?: string; /** * When set, the shadow renders `` and the host carries no Bootstrap * classes itself. Use this when you need a true `