import { IDateSelectState } from './DateSelect'; export declare const onSwipe: (state: IDateSelectState, slidesSwiped: number) => IDateSelectState; export declare const onPrev: (state: IDateSelectState) => IDateSelectState; export declare const onNext: (state: IDateSelectState) => IDateSelectState; //# sourceMappingURL=DateSelect.reducers.d.ts.map