export declare const SLIDE_MOVE_OFFSET = 40; export declare const HORIZONTAL_PHOTO_OFFSET = 20; export declare const START_MOVE_OFFSET = 10; export declare const DEFAULT_OPACITY = 1; export declare const DRAG_CLOSE_RATIO = 0.15; export declare const GESTURE_SLIDE_LENGTH = 20; export declare const INERTIA_SLIDE_MAX_TOUCH_TIME = 0.25; export declare const INCREASE_ACCELERATED_SPEED_RATIO = 1.2;