declare const _default: Readonly<{ container: { width: string; position: "relative"; }; label: { fontSize: number; color: string; marginBottom: number; fontWeight: "400"; }; button: { width: string; borderWidth: number; height: number; alignItems: "flex-start"; justifyContent: "center"; paddingHorizontal: number; borderColor: string; borderRadius: number; backgroundColor: string; }; text: { fontSize: number; paddingVertical: number; color: string; }; error: { color: string; fontSize: number; marginTop: number; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map