import React from 'react'; export declare const MonthsTitles: React.FC<{ startDate: number; endDate: number; firstMonthRef: React.RefObject; }>;