import dayjs from 'dayjs'; /** * Get columns of months * @param date - current date * @param range - range of months to get */ export declare const monthColumns: (date: dayjs.Dayjs, range: number) => any; export declare const getCurrentDate: () => dayjs.Dayjs; export declare const nextMonth: (date: dayjs.Dayjs) => dayjs.Dayjs; export declare const previousMonth: (date: dayjs.Dayjs) => dayjs.Dayjs; export declare const getMonthTitle: (month: number) => string; export declare const getFullTitle: (date: any) => string; export declare const getMonthYear: (date: dayjs.Dayjs) => { month: number; year: number; }; declare const _default: { monthColumns: (date: dayjs.Dayjs, range: number) => any; getCurrentDate: () => dayjs.Dayjs; nextMonth: (date: dayjs.Dayjs) => dayjs.Dayjs; previousMonth: (date: dayjs.Dayjs) => dayjs.Dayjs; getMonthTitle: (month: number) => string; getFullTitle: (date: any) => string; getMonthYear: (date: dayjs.Dayjs) => { month: number; year: number; }; }; export default _default; //# sourceMappingURL=calendar.d.ts.map