import type Animated from "react-native-reanimated";
export declare enum DATA_LENGTH {
    SINGLE_ITEM = 1,
    DOUBLE_ITEM = 2
}
export declare const Easing: {
    easeOutQuart: Animated.EasingFunction;
};
