import { NavbarItem } from './navbar-item.component';
import * as i0 from "@angular/core";
export declare class NavbarComponent {
    items: NavbarItem[];
    static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "adf-navbar", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
}
