import { DateObj } from './datepicker.interface'; export declare class DatepickerService { private format; dateObj: Date; private _dateObj; constructor(); getDatesOfMonth(): any[][]; getDateJsonObj(year: any, month: any, day: any, hours: any, minutes: any, seconds: any): DateObj; setFormat(format: string): void; private getFormatDate(d); getMonthString(date: any): string; }