import { BootstrapElement } from '@bootstrap-wc/core'; /** * `` — nav link / tab item. Host carries `.nav-link` (and * `.active` / `.disabled`) so Bootstrap's `.nav-tabs .nav-link.active` * descendant selectors match across the slot boundary. */ export declare class BsNavItem extends BootstrapElement { active: boolean; disabled: boolean; href: string; controls?: string; connectedCallback(): void; disconnectedCallback(): void; updated(changed: Map): void; protected hostClasses(): string; private _onClick; private _onKeydown; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'bs-nav-item': BsNavItem; } } //# sourceMappingURL=nav-item.d.ts.map