import { type PropsWithChildren } from 'react'; import type { SparklineThresholdIndicatorProps } from '../types/sparkline-thresholds-props.js'; export declare const ThresholdIndicator: { (props: PropsWithChildren): null; displayName: string; };