import React from 'react'; interface IProps { dayValue: Date; disable?: boolean; isToday?: boolean; isDayRangeStart: boolean; isDayRangeEnd: boolean; isWithinDayRange: boolean; isWithinCurrentMonth?: boolean; onDayClick: (date: Date) => void; } declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=Day.d.ts.map