/**
 * Converts a Material Color Utilities ARGB number to an "R, G, B" string.
 *
 * @param color - The ARGB color number.
 * @returns A string representation of the RGB values.
 */
export declare const colorToRgbString: (color: number) => string;
//# sourceMappingURL=utils.d.ts.map