import type { GetProps, GetRef } from '@tamagui/web'; import { ScrollView as ScrollViewNative } from 'react-native'; export declare const ScrollView: import("@tamagui/web").TamaguiComponent> | undefined; }, { fullscreen?: boolean | undefined; }, { accept: { readonly contentContainerStyle: "style"; }; }>; export type ScrollView = GetRef; export type ScrollViewProps = GetProps; //# sourceMappingURL=ScrollView.d.ts.map