import React from "react"; import type { SceneProps } from "./types"; export declare function SceneComponent
({ index, onScroll: propOnScroll, onContentSizeChange, ContainerView, contentContainerStyle, scrollIndicatorInsets, forwardedRef, useExternalScrollView, ...restProps }: SceneProps
): React.JSX.Element; //# sourceMappingURL=scene.d.ts.map