import { DateStringValue } from '../../../types';
export declare function getMonthsData(year: DateStringValue): string[][];
