import { PickerControlProps } from '../../PickerControl';
export declare function getMonthInTabOrder(months: Date[][], minDate: Date | undefined, maxDate: Date | undefined, getMonthControlProps: ((month: Date) => Partial<PickerControlProps>) | undefined): Date;
