import type { ScheduleView } from './types';
export interface ScheduleMonthlyViewOptions {
    weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
}
export declare function createScheduleMonthlyView({ weekStartsOn, }?: ScheduleMonthlyViewOptions): ScheduleView<ScheduleMonthlyViewOptions>;
//# sourceMappingURL=MonthlyView.d.ts.map