import { OnInit } from '@angular/core'; import { Picker } from '../../../ui/picker/picker.component'; import { UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DateRangePickerComponent extends Picker implements OnInit { fromDate: Date; toDate: Date; dateToday: Date; formFromControl: UntypedFormControl; formToControl: UntypedFormControl; constructor(); ngOnInit(): void; fromDateChanged(event: any): void; toDateChanged(event: any): void; canSubmit(): boolean; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }