import { View, Animated } from "react-native"; /** Regular view component */ export { View as CompatView }; declare const AnimatedView: Animated.AnimatedComponent; /** Animated view component for smooth animations */ export { AnimatedView as CompatAnimatedView }; //# sourceMappingURL=CompatView.d.ts.map