/**
 * --------------------------------------------------------------------------
 * CoreUI Utils (__COREUI_VERSION__): rgbToHex.ts
 * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE)
 * --------------------------------------------------------------------------
 */
declare const rgbToHex: (color: string) => string;
export default rgbToHex;
