import { WeekDay } from '../types/Dates';
declare const visibleDaysInMonthView: (month: Date, weekstart?: WeekDay) => Date[];
export default visibleDaysInMonthView;
