import * as lucide_angular from 'lucide-angular'; import * as i0 from '@angular/core'; import { OnInit } from '@angular/core'; import { AbstractControl, FormGroup } from '@angular/forms'; import * as i1 from '@angular/common'; declare class DateRangePickerComponent implements OnInit { controlStart: AbstractControl | any; controlEnd: AbstractControl | any; placeholderStart: string; placeholderEnd: string; minDate?: Date | any; maxDate?: Date | any; label: string; messageErrorCustom?: string; descriptionTooltip: string; separator: string; readonly calendarIcon: lucide_angular.LucideIconData; readonly infoCircle: lucide_angular.LucideIconData; rangeFormGroup: FormGroup; ngOnInit(): void; isControlRequired(): boolean; hasStartError(errorName: string): boolean; hasEndError(errorName: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class KifDateRangePickerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DateRangePickerComponent, KifDateRangePickerModule };