import { EventEmitter } from '@angular/core'; import { TCurrencySymbolTypes, TDecimalSeparators } from 'gl-w-number-frontend'; import { THorizontalAlignment, TTheme } from '../../../../core/interfaces/alignments.interface'; import { TInputTextMask, TInputType } from '../../simple/gl-component-input-text-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 GlComponentInputTextLabelSimpleComponent { disabled: boolean; autocomplete: boolean; id: string; labelAlignment: THorizontalAlignment; labelValue: string; placeholder: string; itemContentAlignment: THorizontalAlignment; theme: TTheme; value: string; type: TInputType; labelTheme: TLabelTheme; labelColor: TLabelColor; customLabelColor: string; allowMinus: boolean; rightAlign: boolean; step: number; mask: TInputTextMask; decimalSeparator: TDecimalSeparators; maskSymbol: TCurrencySymbolTypes; maxLength: number; required: boolean; requiredLabel: string; currentValue: EventEmitter; constructor(); onKeyUp(values: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }