declare const _default: Readonly<{ container: { width: string; flexDirection: "row"; alignItems: "center"; marginBottom: number; }; textLabelFocused: { color: string; fontSize: number; }; textLabelFocusedError: { color: string; fontSize: number; }; textLabel: { color: string; fontSize: number; }; textValue: { color: string; fontSize: number; marginLeft: number; marginBottom: number; }; textValueWithoutIcon: { color: string; fontSize: number; marginLeft: number; marginBottom: number; }; fieldWrapper: { flex: number; }; error: { color: string; fontSize: number; marginTop: number; }; showPasswordIcon: { tintColor: string; width: number; height: number; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map