export default DateBox; declare function DateBox({ isPlaying, startDate, endDate, isSameDate }: { isPlaying: any; startDate: any; endDate: any; isSameDate: any; }): JSX.Element;