/**
* Return the months to display in the component according to the number of
* months and the from/to date.
*/exportdeclarefunctiongetDisplayMonths(month: Date, { reverseMonths, numberOfMonths }: {
reverseMonths?: boolean;
numberOfMonths: number;
}): Date[];