import { PickerControlProps } from '../../PickerControl';
export declare function getYearInTabOrder(years: Date[][], minDate: Date | undefined, maxDate: Date | undefined, getYearControlProps: ((year: Date) => Partial<PickerControlProps>) | undefined): Date;
