import React from 'react'; import { GenericComponentType } from '../../types'; export type IScrollViewComponentType = GenericComponentType; export declare const ScrollView: IScrollViewComponentType, unknown, import("react-native").ScrollViewProps, "ScrollView">>>;