import React from 'react'; import { ScrollView } from 'react-native'; import type { Theme } from '../../types'; type Props = React.ComponentPropsWithRef & { children?: React.ReactNode; noBackground?: boolean; theme: Theme; }; declare const _default: React.ComponentType> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ children, noBackground, style, theme, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=ScrollPanel.d.ts.map