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