import type { Limit } from '../../type'; export declare function getLimitColor(value: number, result: string, limits: Limit, changed?: boolean): string;