import { Dayjs } from 'dayjs'; export declare function getMonthDays(date: Dayjs): Dayjs[]; export declare function getCalendarDays(value: Dayjs, weekStartsOn: number): Dayjs[];