import { Theme } from '../../theme'; export declare const getProgressBarColor: (value: number, colors: Theme['colors']) => string;