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