import { EventEmitter } from '@angular/core'; import { THorizontalAlignment, TTheme } from '../../../core/interfaces/alignments.interface'; import { ISimpleTextAreaResult } from '../simple/gl-component-input-text-area-simple.interface'; import { TLabelColor, TLabelTheme } from '../../../../../../gl-ng-titles-frontend/src/lib/component/label/simple/gl-component-title-label-simple.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputTextAreaLabelComponent { disabled: boolean; id: string; labelAlignment: THorizontalAlignment; labelValue: string; placeholder: string; itemContentAlignment: THorizontalAlignment; theme: TTheme; autoScroll: boolean; labelTheme: TLabelTheme; labelColor: TLabelColor; customLabelColor: string; value: string; maxLength: number; required: boolean; requiredLabel: string; currentValue: EventEmitter; constructor(); onKeyUp(values: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }