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