import Animated from "react-native-reanimated"; export declare const getIsAfterActive: (p1: Animated.Node, p2: Animated.Node) => Animated.Node; export declare const getCellStart: (p1: Animated.Node, p2: Animated.Node, p3: Animated.Node, p4: Animated.Node) => Animated.Node; export declare const getOnChangeTranslate: (p1: Animated.Node, p2: Animated.Node, p3: Animated.Value, p4: Animated.Value, p5: Animated.Node) => Animated.Node; export declare const hardReset: (p1: Animated.Value, p2: Animated.Value, p3: Animated.Value, p4: Animated.Value) => Animated.Node; export declare const setupCell: (...params: any) => Animated.Node; export declare function springFill(clock: Animated.Clock, state: Animated.SpringState, config: Animated.SpringConfig): Animated.Node;