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