import { ElementRef, EventEmitter } from '@angular/core'; import { THorizontalAlignment, TTheme } from '../../../core/interfaces/alignments.interface'; import { ISimpleTextAreaResult } from './gl-component-input-text-area-simple.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputTextAreaSimpleComponent { textArea: ElementRef; disabled: boolean; id: string; labelAlignment: THorizontalAlignment; labelValue: string; placeholder: string; itemContentAlignment: THorizontalAlignment; theme: TTheme; autoScroll: boolean; value: string; maxLength: number; currentValue: EventEmitter; constructor(); onKeyUp(args: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }