import React from 'react'; interface IProps { data: any; index: number; style: any; rangeStart: Date | null; rangeEnd: Date | null; onDayClick: (date: Date) => void; } declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=MonthMobileRenderer.d.ts.map