/// declare const LineChart: ({ width, height }: { width?: string; height?: number; }) => JSX.Element; export default LineChart;