export declare const style: { button: { marginRight: number; marginTop: number; width: number; }; container: { flexDirection: "column"; padding: number; }; helpful: { color: string; fontSize: number; }; indicator: { marginBottom: number; marginLeft: number; }; recommended: { color: string; fontSize: number; }; row: { paddingBottom: number; }; syndicatedLabel: { color: string; display: "flex"; flexDirection: "column"; fontSize: number; justifyContent: "center"; }; title: { fontWeight: "bold"; }; user: { color: string; }; verified: { color: string; fontSize: number; fontWeight: "bold"; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';