import React from "react"; import { ScrollViewProps } from "react-native"; import type { SceneProps } from "./types"; export declare function SceneComponent

({ index, onScroll, ContainerView, contentContainerStyle, forwardedRef, style, ...restProps }: SceneProps

): React.JSX.Element; //# sourceMappingURL=scene.web.d.ts.map