import AppRegistry from "./render"; import { Text, TouchableWithoutFeedback, TouchableOpacity, TouchableHighlight, Picker } from "./react-components"; import { StyleSheet } from "./misc"; import { setBackend } from "./backends"; declare const Window = "WINDOW"; declare const View = "VIEW"; declare const App = "APP"; declare const VirtualText = "VIRTUALTEXT"; declare const RootText = "ROOTTEXT"; declare const Image = "IMAGE"; declare const TextInput = "TEXTINPUT"; declare const PickerInternal = "PICKERINTERNAL"; declare const Button = "BUTTON"; export { AppRegistry, Window, View, App, RootText, VirtualText, Text, StyleSheet, TouchableWithoutFeedback, TouchableOpacity, TouchableHighlight, Button, Image, TextInput, PickerInternal, Picker, setBackend };