import { EventEmitter, OnInit } from '@angular/core'; import { Validators } from "@angular/forms"; import { InputDisplay } from "../../enum/input-display"; import * as i0 from "@angular/core"; export declare class DateTimeCalendarComponent implements OnInit { protected readonly Validators: typeof Validators; label: string; labelText: string; showIcon: boolean; valueChange: EventEmitter; dateFormat: string; startDate: Date; endDate: Date; hint: string; labelFontWeight: string | number; inputFormControl: any; customValidationsKeys: string[]; showTime: boolean; timeOnly: boolean; alwaysOpen: boolean; hourFormat: string; showButtonBar: boolean; showClearVal: boolean; showSeconds: boolean; view: 'month' | 'year' | 'date'; patternErrorMessage: string; appendToElement: string; placeholder: string; disabledGreDates: Date[]; disabledGreDaysOfWeekIndexes: number[]; panelStyleClass: string; display: InputDisplay; ngOnInit(): void; onSelect($event: any): void; private initViewFormat; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }