import { GestureResponderEvent, ViewStyle } from "react-native"; import { AnimatedStyle, SharedValue } from "react-native-reanimated"; import { IOScaleEffect } from "../core"; export declare const useScaleAnimation: (magnitude?: IOScaleEffect) => { progress: SharedValue; onPressIn: (event: GestureResponderEvent) => void; onPressOut: (event: GestureResponderEvent) => void; scaleAnimatedStyle: AnimatedStyle; }; //# sourceMappingURL=useScaleAnimation.d.ts.map