import React from "react"; import { ScrollViewProps } from "."; declare const ScrollView: React.FunctionComponent; export default ScrollView;