import { DayPickerContextValue } from '../../../contexts/DayPicker';
import { SelectMultipleContextValue } from '../../../contexts/SelectMultiple';
import { SelectRangeContextValue } from '../../../contexts/SelectRange';
import { InternalModifiers } from '../../../types/Modifiers';
/** Return the [[InternalModifiers]] from the DayPicker and select contexts. */
export declare function getInternalModifiers(dayPicker: DayPickerContextValue, selectMultiple: SelectMultipleContextValue, selectRange: SelectRangeContextValue): InternalModifiers;
