/// <reference types="react" />
import type { TMonthSelector } from './types';
declare const MonthSelector: ({ onMonthChange, month, year, selectedEachMonthStyle, selectedEachMonthTextStyle, minYear, minMonth, maxYear, maxMonth, eachMonthStyle, eachMonthTextStyle, }: TMonthSelector) => JSX.Element;
export default MonthSelector;
//# sourceMappingURL=MonthSelector.d.ts.map