import type * as ReactNative from 'react-native'; import { InjectionToken } from '../../../fslinker'; declare type BaseAPINames = 'Dimensions' | 'FlatList' | 'Image' | 'ImageBackground' | 'Linking' | 'Platform' | 'SafeAreaView' | 'ScrollView' | 'StyleSheet' | 'Text' | 'TouchableOpacity' | 'TouchableWithoutFeedback' | 'View'; declare type BaseReactNativeAPIs = Pick; declare type V10APINames = 'TextInput'; declare type V10ReactNativeAPIs = Partial>; declare type ReactNativeAPIs = BaseReactNativeAPIs & V10ReactNativeAPIs; export declare const REACT_NATIVE: InjectionToken; export {};