import { NgbDatepickerI18n, NgbDateStruct } from "@ng-bootstrap/ng-bootstrap"; import { TranslateService } from "@ngx-translate/core"; import { TranslationWidth } from "@angular/common"; import * as i0 from "@angular/core"; export declare class IslamicI18n extends NgbDatepickerI18n { private translateService; constructor(translateService: TranslateService); getWeekdayLabel(weekday: number, width?: TranslationWidth | undefined): string; getMonthShortName(month: number): string; getMonthFullName(month: number): string; getWeekdayShortName(weekday: number): string; getDayAriaLabel(date: NgbDateStruct): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }