import { OnInit } from '@angular/core';
import { BehaviorSubject } from 'rxjs';
import * as i0 from "@angular/core";
export declare abstract class AbstractNavigationResizableDrawerComponent implements OnInit {
    contentWidth: BehaviorSubject<number>;
    width: number;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AbstractNavigationResizableDrawerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AbstractNavigationResizableDrawerComponent, "ncc-abstract-navigation-resizable-drawer", never, { "contentWidth": { "alias": "contentWidth"; "required": false; }; }, {}, never, never, false, never>;
}
