declare const isSameMonth: (date1?: Date | undefined, date2?: Date | undefined) => boolean;
export default isSameMonth;
