import { type ReactNode } from 'react'; import type { SparklineThresholdIndicatorProps } from '../types/sparkline-thresholds-props.js'; export declare function iterateSparklineSlots(children: ReactNode): { thresholds: SparklineThresholdIndicatorProps[]; xAxis: undefined; yAxis: undefined; };