import { ChangeDetectorRef, AfterContentInit, OnDestroy } from '@angular/core';
import { NcNavbarComponent } from '../navbar.component';
import * as i0 from "@angular/core";
export declare class NcNavbarBrandComponent implements AfterContentInit, OnDestroy {
    navbar: NcNavbarComponent;
    private cdRef;
    private destroyed$;
    constructor(navbar: NcNavbarComponent, cdRef: ChangeDetectorRef);
    ngAfterContentInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NcNavbarBrandComponent, [{ host: true; }, null]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NcNavbarBrandComponent, "nc-navbar-brand", never, {}, {}, never, ["*"]>;
}
