export declare const style: { button: { alignSelf: "stretch"; backgroundColor: string; height: number; justifyContent: "center"; marginBottom: number; paddingHorizontal: number; }; buttonText: { alignSelf: "center"; color: string; fontSize: number; paddingHorizontal: number; }; container: {}; errorMessageText: { color: string; }; innerContainer: { flexDirection: "row"; }; textInput: { borderColor: string; borderWidth: number; flex: number; fontSize: number; height: number; justifyContent: "center"; paddingHorizontal: number; }; title: { alignSelf: "center"; fontSize: number; marginBottom: number; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';