import { TextStyle } from 'react-native'; interface Styles { textInput: TextStyle; } declare const styles: Styles; export default styles;