import { ScrollView as BaseScrollView } from '@shopify/checkout-ui-extensions'; import type { ReactPropsFromRemoteComponentType } from '@remote-ui/react'; export type ScrollViewProps = ReactPropsFromRemoteComponentType; export declare const ScrollView: "ScrollView" & { readonly type?: "ScrollView" | undefined; readonly props?: import("@shopify/checkout-ui-extensions").ScrollViewProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=ScrollView.d.ts.map