import { ScreenProps } from 'react-native-screens'; import { Animated, View } from 'react-native'; import React from 'react'; export declare const InnerScreen: typeof View; export declare class NativeScreen extends React.Component { render(): JSX.Element; } declare const Screen: Animated.AnimatedComponent; export declare const ScreenContext: React.Context>; export default Screen; //# sourceMappingURL=Screen.web.d.ts.map