import { ThemeMode } from '../../types'; import { Color } from '../../utils/colorUtils'; export declare const getColorValue: (color: Color | string, forceTheme?: ThemeMode) => string; //# sourceMappingURL=CircularProgress.utils.d.ts.map