import { NgbDatepickerI18n, NgbDateStruct } from "@ng-bootstrap/ng-bootstrap"; export declare class I18nEs { language: string; } export declare class DatepickerI18nService extends NgbDatepickerI18n { private _i18n; constructor(_i18n: I18nEs); getWeekdayShortName(weekday: number): string; getMonthShortName(month: number): string; getMonthFullName(month: number): string; getDayAriaLabel(date: NgbDateStruct): string; }