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