import { Modifiers } from '../../../types/Modifiers';
/** Returns the day that should be the target of the focus when DayPicker is rendered the first time. */
export declare function getInitialFocusTarget(displayMonths: Date[], modifiers: Modifiers): Date | undefined;
