import React from "react";
import { ScrollView as ScrollViewRN } from "react-native";
export declare const ScrollView: React.ForwardRefExoticComponent<import("react-native").ScrollViewProps & {
    children?: React.ReactNode;
} & {
    inputPadding?: number | undefined;
} & React.RefAttributes<ScrollViewRN>>;
//# sourceMappingURL=index.ios.d.ts.map