export declare const getMonths: (date: Date) => Date[]; export declare const getPreviousYears: (date: Date, centerYears?: boolean) => Date[];