import { WithSpringConfig } from "react-native-reanimated";
type Params = {
    animationConfig: Partial<WithSpringConfig>;
};
export declare function useOnCellActiveAnimation({ animationConfig }?: Params): {
    isActive: boolean;
    onActiveAnim: {
        value: number;
    };
} | {
    isActive: boolean;
    onActiveAnim: import("react-native-reanimated").DerivedValue<0 | 1>;
};
export {};
//# sourceMappingURL=useOnCellActiveAnimation.d.ts.map