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