import * as i0 from '@angular/core'; import * as i3 from '@angular/common'; /** * Displays top-level navigation. */ declare class SkyNavbarComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Displays a navigation item in the navbar. It can include sub-navigation items in * a dropdown menu. */ declare class SkyNavbarItemComponent { /** * Whether the navigation item is active. * @default false */ active: boolean | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class SkyNavbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SkyNavbarModule, SkyNavbarComponent as λ1, SkyNavbarItemComponent as λ2 };