import { type HeatmapTooltipProps } from "./HeatmapTooltip.types.js"; export declare const useUtilityClasses: (props: Pick) => Record<"mark" | "table" | "cell" | "row" | "root" | "paper" | "markContainer" | "labelCell" | "valueCell", string>;