import * as React from 'react'; import { EchartCoreProps } from './core'; declare type EchartProps = Omit; export interface EchartRef { getInstance: () => any; echarts_react: any; } declare const Echart: React.ForwardRefExoticComponent>; export default Echart;