import { EventEmitter, AfterViewInit, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ResizableSidepanelDirective implements AfterViewInit, OnDestroy { #private; minWidth: number; maxWidth: number; widthChange: EventEmitter; private get isCollapsedSidepanel(); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }