import * as i0 from "@angular/core";
export declare class NavbarItem {
    id: number;
    text: string;
    image: string;
    floatImage: boolean;
    isSelected: boolean;
    isEnabled: boolean;
    action: any;
    target?: string;
    url?: string;
    backgroundColor?: string;
    fontColor?: string;
    constructor(id: number, text: string, image: string, floatImage: boolean, isSelected: boolean, isEnabled: boolean, action: any, target?: string, url?: string, backgroundColor?: string, fontColor?: string);
}
export declare class NavbarComponent {
    items: NavbarItem[];
    isVertical: boolean;
    backgroundColor: any;
    backgroundHoverColor: string;
    borderColor: string;
    activeColor: string;
    activeFontColor: string;
    fontHoverColor: string;
    fontColor: string;
    align: string;
    id: string;
    hideBottomBorder: boolean;
    hideTopBorder: boolean;
    hideRightBorder: boolean;
    hideLeftBorder: boolean;
    padding: string;
    hovered: number;
    constructor();
    noop(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "systelab-navbar", never, { "items": { "alias": "items"; "required": false; }; "isVertical": { "alias": "isVertical"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "backgroundHoverColor": { "alias": "backgroundHoverColor"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "activeColor": { "alias": "activeColor"; "required": false; }; "activeFontColor": { "alias": "activeFontColor"; "required": false; }; "fontHoverColor": { "alias": "fontHoverColor"; "required": false; }; "fontColor": { "alias": "fontColor"; "required": false; }; "align": { "alias": "align"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hideBottomBorder": { "alias": "hideBottomBorder"; "required": false; }; "hideTopBorder": { "alias": "hideTopBorder"; "required": false; }; "hideRightBorder": { "alias": "hideRightBorder"; "required": false; }; "hideLeftBorder": { "alias": "hideLeftBorder"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; }, {}, never, never, false, never>;
}
