import { EventEmitter } from '@angular/core'; import { THorizontalAlignment, TTheme } from '../../../../core/interfaces/alignments.interface'; import { IDatePickerOutput } from './gl-component-input-datepicker-simple-day-month-year.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputDatepickerSimpleDayMonthYearComponent { disabled: boolean; id: string; placeholder: string; itemContentAlignment: THorizontalAlignment; theme: TTheme; value: Date; maxLength: number; currentValue: EventEmitter; readonly dateFormat: 'DD/MM/YYYY'; constructor(); clear(input: HTMLInputElement): void; changed(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }