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": "brandFull"; "brandNarrow": "brandNarrow"; "routerLink": "routerLink"; }, {}, never, ["*"], false>;
}
