import { TextStyle, ViewStyle } from 'react-native'; export declare let TextBoxStyles: { containerStyle: ViewStyle; disabledStyle: TextStyle; hiddenText: ViewStyle; textStyle: TextStyle; };