import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiEditorResizableComponent { autoHeight: boolean; width: number | string | null; height: number | string | null; readonly sizeChange: EventEmitter; get hostWidth(): number | string | null; get hostHeight(): number | string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }