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