import { ChartProps, TimeseriesDataRecord } from '@superset-ui/core'; export default function transformProps(chartProps: ChartProps): { width: number; height: number; data: TimeseriesDataRecord[]; areaColor: string; startFrom: any; endTo: any; columns: any; isScale: any; metrics: any; mapLine: string; colorScheme: any; sliceId: any; }; //# sourceMappingURL=transformProps.d.ts.map