export declare const globalStyles: { container: { flex: number; }; center: { justifyContent: "center"; alignItems: "center"; }; text: { fontSize: number; color: string; flex: number; }; section: { paddingHorizontal: number; paddingBottom: number; }; row: { flexDirection: "row"; }; inputContainer: { paddingHorizontal: number; paddingVertical: number; borderRadius: number; borderWidth: number; minHeight: number; borderColor: string; justifyContent: "center"; alignItems: "center"; }; shadow: { shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; input: { padding: number; margin: number; color: string; fontSize: number; flex: number; }; button: { borderRadius: number; paddingHorizontal: number; paddingVertical: number; }; tag: { paddingVertical: number; paddingHorizontal: number; borderRadius: number; margin: number; }; modalContainer: { backgroundColor: string; flex: number; justifyContent: "center"; alignItems: "center"; }; modal: { padding: number; width: "90%"; borderRadius: number; backgroundColor: string; }; dot: { width: number; height: number; borderRadius: number; }; listItem: { padding: number; borderBottomColor: string; borderBottomWidth: number; }; }; //# sourceMappingURL=globalStyles.d.ts.map