import { OnInit } from '@angular/core'; import { ControlWidget } from '../../widget'; export declare class TextareaWidget extends ControlWidget implements OnInit { autosize: any; rows: any; ngOnInit(): void; }