declare const _default: (data: any, container: any, wrapper: any, activeIndex: any) => {
    onTouchStart: (e: any) => void;
    onTouchMove: (e: any) => void;
    onTouchEnd: () => void;
    newOffset: (direction: string) => number;
    handleSwipeItem: (direction: any) => void;
};
export default _default;
