import React from 'react'; import { ScrollViewProps } from './ScrollView.types'; export declare const ScrollView: React.FC;