import { OnDestroy } from "@angular/core"; import * as i0 from "@angular/core"; export declare class ContextPaneComponent implements OnDestroy { minWidth: number; maxWidth: number; defaultWidth: number; floating: boolean; visible: boolean; closing: boolean; private escListener; close(): void; show(): void; private addEscListener; private removeEscListener; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }