import { SLIDE_DIRECTION } from '../components/constant';
export declare const checkDirection: (slideDirection: SLIDE_DIRECTION) => {
    isConsistent: {
        value: boolean;
    };
    checkDirectionConsistent: (...args: any[]) => void;
    resetCheckDirection: () => void;
};
