/// import type { useTransition } from '@react-spring/core'; import type { DataSeries, TargetLine } from '../../types'; interface SparkBarSeriesProps { data: DataSeries[]; height: number; shouldAnimate: boolean; useTransition: typeof useTransition; width: number; targetLine?: TargetLine; theme?: string; } export declare function SparkBarSeries({ data, targetLine, height, shouldAnimate, useTransition, width, theme, }: SparkBarSeriesProps): JSX.Element; export {}; //# sourceMappingURL=SparkBarSeries.d.ts.map