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