import { TemplateRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NavBarComponent { defaultProps: { prefixCls: string; mode: string; onLeftClick: () => void; }; navbarCls: {}; isIconString: boolean; isLeftContentString: boolean; isRightContentString: boolean; private _icon; private _leftContent; private _rightContent; set mode(value: any); get icon(): string | TemplateRef; set icon(value: string | TemplateRef); get leftContent(): string | TemplateRef; set leftContent(value: string | TemplateRef); get rightContent(): string | TemplateRef; set rightContent(value: string | TemplateRef); onLeftClick: EventEmitter; amNavbar: boolean; amNavbarLight: any; amNavbardark: any; constructor(); click(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }