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