import { ReactElement } from 'react'; import { ResponsiveProps, WithChartRef } from '@nivo/core'; import { LineSvgProps, LineSeries } from './types'; export declare const ResponsiveLine: (props: WithChartRef>, SVGSVGElement>) => ReactElement; //# sourceMappingURL=ResponsiveLine.d.ts.map