in 4.16 there were working this valueexpression
renderer: {
type: "unique-value",
field: "cluster_count",
valueExpression: "When($feature.cluster_count > 1 , 'low', 'lomk')",
but in newer versions this part of code is not working. I can't figure it out how can I only symbol the clusters where cluster count are more than 1, and I want different symbols for clusters where count is 1