/** * EChartsReact wrapper component * - Automatically converts HSL colors to hex in option * - Removes label.color from funnel series */ export class EChartsReact extends React.Component { constructor(props: any); constructor(props: any, context: any); render(): React.CElement; } export * from "echarts-for-react"; export default EChartsReact; import React from 'react'; import OriginalReactECharts from 'echarts-for-react';