import { OnInit } from '@angular/core'; import { FormControl, FormGroupDirective, NgForm } from '@angular/forms'; import { ErrorControl } from '../error-control.component'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class InputTextareaComponent extends ErrorControl implements OnInit { private translateService; control: FormControl; tooltip: string; placeholder: string; maxLength: string; required: boolean; constructor(_parentForm: NgForm, _parentFormGroup: FormGroupDirective, translateService: TranslateService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }