import React from 'react'; import { LineChartProps } from '../../types'; export declare const LineChart: React.FC;