import { EventEmitter } from '@angular/core'; import { IComboBoxData } from 'gl-w-combobox-frontend'; import { THorizontalAlignment, TTheme } from '../../../core/interfaces/alignments.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 GlComponentInputAutocompleteLabelComponent { currentValue: EventEmitter; listItems: IComboBoxData[]; disabled: boolean; listName: string; id: string; labelValue: string; labelAlignment: THorizontalAlignment; placeholder: string; itemContentAlignment: THorizontalAlignment | ''; theme: TTheme; value: any; required: boolean; labelTheme: TLabelTheme; labelColor: TLabelColor; customLabelColor: string; custom: boolean; baseUrl: string; valueField: string; textField: string; requiredField: string; constructor(); onCurrentValue(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }