import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import { ScrollView } from "react-native"; export declare const StyledScrollView: StyledComponent>; export declare type StyledScrollViewProps = PropsOf; export default StyledScrollView;