import React from 'react'; import { ScrollView as NScrollView, ScrollViewProps as RNScrollViewProps } from 'react-native'; import { SxProps } from '../../lib/styleDictionary'; export type ScrollViewProps = RNScrollViewProps & { sx?: SxProps; contentContainerSx?: SxProps; }; export declare const ScrollView: React.ForwardRefExoticComponent>; //# sourceMappingURL=ScrollView.d.ts.map