import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SidebarBrandComponent implements OnInit {
    brandFull?: any;
    brandNarrow?: any;
    routerLink?: any[] | string;
    sidebarBrandClass: boolean;
    brandImg: boolean;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBrandComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": { "alias": "brandFull"; "required": false; }; "brandNarrow": { "alias": "brandNarrow"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; }, {}, never, ["*"], true, never>;
}
