import { StreamCommonProps, StreamDatum, StreamSliceData } from './types'; interface StreamSlicesItemProps { slice: StreamSliceData; height: number; tooltip: StreamCommonProps['stackTooltip']; } export declare const StreamSlicesItem: ({ slice, height, tooltip, }: StreamSlicesItemProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StreamSlicesItem.d.ts.map