import { EventEmitter, OnInit } from '@angular/core'; import { THorizontalAlignment, TTheme } from '../../../core/interfaces/alignments.interface'; import { IDatePickerOutput } from '../simple/day-month-year/gl-component-input-datepicker-simple-day-month-year.interface'; import { IDatePickerMonthYearOutput } from '../simple/month-year/gl-component-input-datepicker-simple-month-year.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 GlComponentInputDatepickerLabelComponent implements OnInit { disabled: boolean; id: string; placeholder: string; itemContentAlignment: THorizontalAlignment; theme: TTheme; value: Date; dateFormat: 'MM/YYYY' | 'DD/MM/YYYY'; labelTheme: TLabelTheme; labelColor: TLabelColor; customLabelColor: string; maxLength: number; labelValue: string; labelAlignment: THorizontalAlignment; required: boolean; requiredField: string; currentValue: EventEmitter; constructor(); ngOnInit(): void; onCurrentValue(event: IDatePickerOutput | IDatePickerMonthYearOutput): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }