declare const _daysInMonth: (day: string) => string[];
export default _daysInMonth;
