import React from "react"; export declare const View: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const Platform: { OS: string; }; export declare const findNodeHandle: jest.Mock; export declare const NativeModules: { RNViewShot: { captureRef: jest.Mock; captureScreen: jest.Mock; releaseCapture: jest.Mock; }; }; export declare const StyleSheet: { create: (styles: any) => any; }; //# sourceMappingURL=react-native.d.ts.map