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 functiongetInitialFocusTarget(displayMonths: Date[], modifiers: Modifiers): Date | undefined;