import { OnChanges, SimpleChanges } from '@angular/core'; import { TerraInputComponent } from '../terra-input.component'; import * as i0 from "@angular/core"; export declare class TerraTextAreaInputComponent extends TerraInputComponent implements OnChanges { /** * @description If true, the textarea is not resizeable. Default false. */ inputHasFixedHeight: boolean; /** * @description Sets the initial number of rows. Minimum is four. */ inputMaxRows: number; /** * @description a unique string identifier for the specific input instance. */ _id: string; private readonly _defaultMaxRows; constructor(); ngOnChanges(changes: SimpleChanges): void; /** * Set the focus on the native input element. */ focusNativeInput(): void; /** * Select the content of the native input element. */ selectNativeInput(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }