import { FC } from 'react'; import { ChartWrapperProps } from './types'; declare const EChartsWrapper: FC; export default EChartsWrapper; //# sourceMappingURL=EChartsWrapper.d.ts.map