import { EventEmitter, QueryList } from '@angular/core'; import * as ɵngcc0 from '@angular/core'; export declare class MobileNavItem { title: string; routerLink: string; onClick: EventEmitter; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } /** * The Mobile Navigation [copy]. */ export declare class MobileNavigationMenu { /** * type of nav: `back`, `close` */ iconImageType: string; /** * The router link associated with the icon in the nav */ navigationLink: string; /** * The heading in the nav */ heading: string; /** * The sub heading */ subHeading: string; onClick: EventEmitter; kebabItems: QueryList; imageTypes: { back: string; close: string; }; image: string; constructor(); emitClickEvent($event: any): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=mobile-nav.d.ts.map