import * as i0 from '@angular/core'; import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i1 from '@fundamental-ngx/cdk/utils'; import { FocusableItem, HasElementRef, Nullable } from '@fundamental-ngx/cdk/utils'; import { IconFont } from '@fundamental-ngx/core/icon'; import { Observable } from 'rxjs'; declare class NavigationMenuItemComponent implements FocusableItem, HasElementRef { /** * Name of the icon to be displayed before the text. */ glyph: Nullable; /** Glyph font family */ glyphFont: IconFont; /** * Text to be displayed. */ label: string; /** @hidden */ tabindex: number; /** @hidden */ elementRef: ElementRef; /** @hidden */ disabled: boolean; /** @hidden */ keydown: Observable; /** @hidden */ private readonly _cdr; /** @hidden */ element: () => HTMLElement; /** @hidden */ isFocusable: () => boolean; /** @hidden */ setTabbable(tabbable: boolean): void; /** @hidden */ focus(): void; /** @hidden */ getLabel(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NavigationMenuPopoverControlDirective { readonly templateRef: TemplateRef; private viewContainerRef; /** @hidden */ constructor(templateRef: TemplateRef, viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NavigationMenuPopoverComponent { /** @hidden */ protected _control: NavigationMenuPopoverControlDirective; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NavigationMenuComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * @deprecated * Use direct imports of components and directives. */ declare class NavigationMenuModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NavigationMenuComponent, NavigationMenuItemComponent, NavigationMenuModule, NavigationMenuPopoverComponent, NavigationMenuPopoverControlDirective };