import type { FC } from 'react'; import type { HeatMapChartProps } from './type'; import './index.less'; declare const HeatMapChart: FC; export default HeatMapChart;