import { DayPickerContextValue } from'../../contexts/DayPicker';
/**
* Returns the default values to use in the DayPickerContext, in case they are
* not passed down with the DayPicker initial props.
*/export declare functiongetDefaultContextValue(): DayPickerContextValue;