import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; export declare class DateTimePickerComponent implements OnInit { formGroup: any; config: any; selectedMoment: FormControl; constructor(); ngOnInit(): void; setValue(value: any): void; } //# sourceMappingURL=date-time-picker.component.d.ts.map