import React from 'react'; declare const MiniLineChart: ({ data, color }: { data: number[]; color: string; }) => React.JSX.Element; export default MiniLineChart;