import { EventEmitter, OnInit } from '@angular/core'; import { NgbDate, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap'; import { CustomAdapter } from "../service/CustomAdapter"; import * as i0 from "@angular/core"; export declare class NgDatepickerHijriComponent implements OnInit { private _customAdapter; value: any; valueChange: EventEmitter; showButton: boolean; label: string; labelText: string; labelFontWeight: string | number; required: boolean; startDate: number; endDate: number; hint: string; customValidationsKeys: string[]; placeholder: string; patternErrorMessage: string; disabled: boolean; 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; }