import type { ScrollView } from "./types"; import React from "react"; declare const ScrollViewImpl: React.FC; export default ScrollViewImpl; //# sourceMappingURL=ScrollView.d.ts.map