import React from 'react'; import type { LineChartProps } from './types'; export declare function LineChart({ data, dataPointsVisible, curved, areaChart, xAxis, yAxis, showLegend, loading, style, width, height, testID, accessibilityLabel, }: LineChartProps): React.ReactElement; //# sourceMappingURL=LineChart.d.ts.map