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