import React from 'react'; import Animated from 'react-native-reanimated'; import type { SharedScrollContainerProps } from './types'; declare const AnimatedScrollView: React.ComponentClass, any>; type AnimatedScrollViewProps = React.ComponentProps & { children?: React.ReactNode; }; type ScrollViewWithHeadersProps = Omit; declare const ScrollViewWithHeaders: React.ForwardRefExoticComponent>; export default ScrollViewWithHeaders; //# sourceMappingURL=ScrollView.d.ts.map