import { DatePickerProps } from '../../interfaces'; export interface MoveFocusHandler { (focusedDate: Date, isDateEnabled: DatePickerProps.IsDateEnabledFunction, moveHandler: (date: Date) => Date): Date; } declare const moveFocusHandler: MoveFocusHandler; export default moveFocusHandler; //# sourceMappingURL=move-focus-handler.d.ts.map