export declare const styles: { container: { flex: number; backgroundColor: string; }; searchContainer: { paddingHorizontal: number; paddingVertical: number; backgroundColor: string; borderBottomWidth: number; borderBottomColor: string; }; searchInput: { height: number; backgroundColor: string; borderRadius: number; paddingHorizontal: number; fontSize: number; color: string; }; listContent: { paddingBottom: number; }; item: { flexDirection: "row"; alignItems: "center"; paddingHorizontal: number; paddingVertical: number; backgroundColor: string; }; itemActive: { backgroundColor: string; }; itemPinned: { backgroundColor: string; }; avatarContainer: { position: "relative"; marginRight: number; }; avatar: { width: number; height: number; borderRadius: number; }; avatarPlaceholder: { width: number; height: number; borderRadius: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; }; onlineIndicator: { position: "absolute"; bottom: number; right: number; width: number; height: number; borderRadius: number; backgroundColor: string; borderWidth: number; borderColor: string; }; content: { flex: number; justifyContent: "center"; }; headerRow: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; marginBottom: number; }; nameContainer: { flexDirection: "row"; alignItems: "center"; flex: number; marginRight: number; }; name: { fontSize: number; fontWeight: "600"; color: string; flexShrink: number; }; mutedIcon: { marginLeft: number; opacity: number; }; time: { fontSize: number; color: string; }; timeUnread: { color: string; fontWeight: "500"; }; messageRow: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; }; message: { fontSize: number; color: string; flex: number; marginRight: number; }; messageUnread: { color: string; fontWeight: "500"; }; badge: { minWidth: number; height: number; borderRadius: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; paddingHorizontal: number; }; badgeText: { fontSize: number; fontWeight: "600"; color: string; }; badgeMuted: { backgroundColor: string; }; divider: { height: number; backgroundColor: string; marginLeft: number; }; emptyContainer: { flex: number; justifyContent: "center"; alignItems: "center"; paddingTop: number; }; emptyText: { fontSize: number; color: string; marginTop: number; }; loadingContainer: { paddingVertical: number; }; pinIndicator: { position: "absolute"; top: number; left: number; width: number; height: number; backgroundColor: string; borderTopRightRadius: number; borderBottomRightRadius: number; }; };