import { TemplateRef, EventEmitter } 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;
    mode: any;
    icon: string | TemplateRef<any>;
    leftContent: string | TemplateRef<any>;
    rightContent: string | TemplateRef<any>;
    onLeftClick: EventEmitter<any>;
    private _amNavbar;
    private _amNavbarLight;
    private _amNavbardark;
    constructor();
    click(event: any): void;
}
