import type { AnimatedHeatMapColorProps, ColorGradientLegendProps } from '../colors/index.ts'; declare const useHeatMapColors: () => { heatMapColorProps: AnimatedHeatMapColorProps; legendProps: ColorGradientLegendProps; }; export { useHeatMapColors }; //# sourceMappingURL=useHeatMapColors.d.ts.map