import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export interface TopbarNavItem { id: string; label: string; active?: boolean; } export declare class TopbarComponent { navItems: TopbarNavItem[]; activeId: string; sticky: boolean; bordered: boolean; hasSearch: boolean; activeIdChange: EventEmitter; mobileOpen: boolean; onNavClick(item: TopbarNavItem): void; onResize(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }