import { InheritedColorConfigCustomFunction } from '@nivo/colors'; import { StreamCommonProps, StreamLayerData, StreamDatum } from './types'; interface StreamLayersProps { layers: StreamLayerData[]; fillOpacity: number; borderWidth: number; getBorderColor: InheritedColorConfigCustomFunction; isInteractive: boolean; tooltip: StreamCommonProps['tooltip']; } export declare const StreamLayers: ({ layers, fillOpacity, borderWidth, getBorderColor, isInteractive, tooltip, }: StreamLayersProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StreamLayers.d.ts.map