import { DayPickerContextValue } from './DayPickerContext';
/**
 * Hook to access the [[DayPickerContext]].
 *
 * To use this hook make sure to wrap the components with a one
 * [[DayPickerProvider]].
 */
export declare function useDayPicker(): DayPickerContextValue;
