import { EventEmitter, OnInit } from '@angular/core'; import { NgbDate, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap'; import { Validators } from "@angular/forms"; import { CustomAdapter } from "../service/CustomAdapter"; import * as i0 from "@angular/core"; export declare class DatepickerHijriComponent implements OnInit { private _customAdapter; protected readonly Validators: typeof Validators; valueChange: EventEmitter; showButton: boolean; label: string; labelText: string; labelFontWeight: string | number; inputFormControl: any; customValidationsKeys: string[]; startDate: number; endDate: number; patternErrorMessage: string; placeholder: string; hint: string; disabledHijriDateDates: number[]; enabledHijriDateDates: number[]; minDate: NgbDateStruct | null; maxDate: NgbDateStruct | null; constructor(_customAdapter: CustomAdapter); onDateSelect(event: any): void; ngOnInit(): void; disableHijriDates(date: NgbDate, current?: { year: number; month: number; }): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }