import { Thresholds } from '../types';
export declare const getStatColor: (value: number, thresholds: Thresholds, type: "fps" | "ms" | "gpu" | "triangles" | "drawCalls" | "default") => string;
//# sourceMappingURL=colors.d.ts.map