declare const _firstDayOfMonth: (day: string) => string;
export default _firstDayOfMonth;
