import { AnnaDateTimeFormatService } from "@annalib/anna-core"; import { NgbDate } from "@ng-bootstrap/ng-bootstrap"; import * as i0 from "@angular/core"; export declare class DatepickerService { private annaDateTimeFormatService; constructor(annaDateTimeFormatService: AnnaDateTimeFormatService); getAllMonths(): { text: string; displayText: string; id: number; disabled: boolean; stringId: string; }[]; getDateForBroadcastMonth(year: string, month: string): any; getDateForFiscalMonth(year: string, month: string): { startDate: string; endDate: string; }; findBroadcastYearAndMonthForDate(date: NgbDate): { monthId: number; yearId: number; }; getCalenderTypeConfig(disableBroadcast: boolean, disableFiscal: boolean): { heading: string; radioGroupName: string; radioButtons: { value: string; isDisabled: boolean; label: string; class: string; id: number; }[]; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }