import { View as MotiView } from 'react-native' const useAnimationState = () => jest.fn() const useDynamicAnimation = () => jest.fn() export { MotiView, useAnimationState, useDynamicAnimation }