import { BounceInLeft, BounceOutLeft } from 'react-native-reanimated'; declare const useAnimatedList: (animationType: 'bottom' | 'left' | 'right' | 'fade-up' | 'fade-down') => { enterType: typeof BounceInLeft; exitType: typeof BounceOutLeft; }; export default useAnimatedList;