import { AfterViewInit, ElementRef } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { MatDatepicker } from '@angular/material/datepicker'; import * as i0 from "@angular/core"; export declare class DatePickerComponent implements AfterViewInit { private readonly el; control: AbstractControl | any; placeholdertext: string; minDate?: Date | any; maxDate?: Date | any; label: string; messageErrorCustom?: string; descriptionTooltip: string; monthOnly: boolean; readonly calendarI: import("lucide-angular").LucideIconData; readonly infoCircle: import("lucide-angular").LucideIconData; constructor(el: ElementRef); ngAfterViewInit(): void; isControlRequired(): boolean; onMonthSelected(date: Date, picker: MatDatepicker): void; private applyMonthDisplay; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }