export declare const viewStyles: { container: { flex: number; padding: number; flexDirection: "row"; }; circleContainer: { justifyContent: "center"; paddingRight: number; }; }; export declare const textStyles: { title: { fontSize: number; marginBottom: number; }; subtitle: { fontSize: number; color: string; }; };