import { DayPickerContextValue } from '../../../contexts/DayPicker';
/** Return the initial month according to the given options. */
export declare function getInitialMonth(context: Partial<DayPickerContextValue>): Date;
