import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class TextareaComponent implements OnInit { formControl: FormControl; placeholder: string; full: boolean; rows: number; options: ('resize-horizontal' | 'resize-vertical')[]; readonly hostDisplay: "block" | "inline-block"; constructor(); ngOnInit(): void; }