import { type Threshold } from '../../../../../core/types/threshold-types.js'; export declare const getThresholds: (inputValue: string | number, inputColor: string | undefined, thresholds: Threshold[] | undefined, defaultColor: string) => string;