declare const Platform: { 'userAgent': string; 'product': string; 'navigator': any; 'isReactNative': boolean; }; export default Platform;