import type { ClustergrammerProps } from "../../../index.types"; import { NamespacedStore } from "../../store/store"; export default function setCatVizMatrixColors(store: NamespacedStore, args: Partial): void;