declare const _default: Readonly<{ rootContainer: { paddingVertical: number; }; title: { fontWeight: "800"; }; button: { marginVertical: number; }; touchableContainer: { flex: number; }; dismissibleArea: { flex: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; }; dialog: { paddingVertical: number; width: string; backgroundColor: string; borderRadius: number; paddingHorizontal: number; alignItems: "center"; }; dialogTitle: { color: string; fontSize: number; fontWeight: "800"; }; emailInput: { marginBottom: number; }; loginButton: { height: number; width: string; marginTop: number; }; brand: { width: number; height: number; resizeMode: "contain"; marginBottom: number; tintColor: string; }; message: { color: string; marginBottom: number; marginTop: number; }; error: { color: string; fontWeight: "600"; }; forgotPassword: { color: string; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map