import { type PropsWithChildren } from 'react'; import type { SparklineThresholdProps } from '../types/sparkline-thresholds-props.js'; export declare const Threshold: (props: PropsWithChildren) => null;