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