import { ChartProps } from '@superset-ui/core'; export declare const parseMetricValue: (metricValue: number | string | null) => number; export default function transformProps(chartProps: ChartProps): { width: number; height: number; data: any; metricName: string; bigNumber: string; prevNumber: string; valueDifference: string; percentDifferenceFormattedString: string; boldText: any; headerFontSize: any; subheaderFontSize: any; headerText: any; compType: any; comparisonColorEnabled: any; comparisonColorScheme: any; percentDifferenceNumber: number; currentTimeRangeFilter: any; startDateOffset: any; shift: any; dashboardTimeRange: any; }; //# sourceMappingURL=transformProps.d.ts.map