import { AfterViewInit, ChangeDetectorRef, OnInit } from "@angular/core"; import { InputTextareaComponent } from "../../features"; import { CfDialog } from "../classes"; import { FormControl } from "@angular/forms"; import { TranslationsService } from "../services"; import * as i0 from "@angular/core"; export declare class InputTextareaDialogComponent extends CfDialog implements OnInit, AfterViewInit { cdr: ChangeDetectorRef; translationsService: TranslationsService; title: string; saveButtonLabel: string; closeButtonLabel: string; description: string | null; inputLabel: string; formControl: FormControl; textareaHeight: string; inputtextarea: InputTextareaComponent | undefined; save(): void; ngAfterViewInit(): void; ngOnInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }