import React from 'react'; import type { ScrollViewProps } from './types'; declare const ScrollView: React.NamedExoticComponent; export { ScrollView }; //# sourceMappingURL=ScrollView.d.ts.map