import type { PropsWithChildren, Ref } from 'react'; import { ScrollView } from 'react-native'; import type { DraxScrollViewProps } from './types'; export declare const DraxScrollView: (props: PropsWithChildren & { ref?: Ref; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DraxScrollView.d.ts.map