import { GraphChartTransformedProps, EchartsGraphChartProps } from './types'; export default function transformProps(chartProps: EchartsGraphChartProps): GraphChartTransformedProps; //# sourceMappingURL=transformProps.d.ts.map