import { ScrollView, Animated } from "react-native"; declare const AnimatedScrollView: Animated.AnimatedComponent; /** Regular scroll view component */ export { ScrollView as CompatScroller }; /** Animated scroll view component for smooth scrolling animations */ export { AnimatedScrollView as CompatAnimatedScroller }; //# sourceMappingURL=CompatScroller.d.ts.map