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