export declare const styles: { container: { flex: number; paddingLeft: number; backgroundColor: string; }; sectionDivider: { height: number; marginTop: number; marginBottom: number; }; listItemContainer: { flexDirection: "row"; alignItems: "center"; justifyContent: "space-between"; paddingRight: number; paddingLeft: number; }; listItemTitle: { fontSize: number; fontWeight: "600"; color: string; }; listItemTailIcon: { height: number; width: number; }; };