import type { ViewStyle, Animated } from 'react-native'; import type { CommonViewProps } from '..'; export declare type AnimatedStyle = Animated.WithAnimatedValue; export declare type AnimatedViewProps = CommonViewProps & { animatedChildHideStyle?: AnimatedStyle; animatedChildShowStyle?: AnimatedStyle; };