export declare const style: { button: { alignSelf: "stretch"; backgroundColor: string; height: number; justifyContent: "center"; marginBottom: number; marginTop: number; paddingHorizontal: number; }; buttonText: { alignSelf: "center"; color: string; fontSize: number; paddingHorizontal: number; }; container: { marginHorizontal: number; }; errorMessageText: { color: string; }; inputContainer: { marginVertical: number; }; label: { marginBottom: number; }; textInput: { borderColor: string; borderWidth: number; height: number; paddingHorizontal: number; }; };