import { ElementRef, AfterViewInit } from '@angular/core'; import { MaterialComponent } from '../MaterialComponent'; import TextAreaComponent from 'formiojs/components/textarea/TextArea.js'; import * as i0 from "@angular/core"; export declare class MaterialTextareaComponent extends MaterialComponent implements AfterViewInit { textarea: ElementRef; ngAfterViewInit(): void; getErrorMessage(): any; getValue(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { TextAreaComponent };