import { FormGroup } from '@angular/forms'; import { Textarea } from '../../interfaces/property'; import { PropertyComponent } from '../property/property.component'; import * as i0 from "@angular/core"; export declare class TextAreaComponent extends PropertyComponent { value: Textarea; form: FormGroup; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }