import Animated from "react-native-reanimated"; declare type Params = { cellIndex: number; cellSize: Animated.SharedValue; cellOffset: Animated.SharedValue; }; export declare function useCellTranslate({ cellIndex, cellSize, cellOffset }: Params): Readonly>; export {};