import { IModule } from './interfaces';
/**
 * @description
 *  Returns a string representation of a color
 *  in the 6 || 8 character HEX format
 *  from provided RGB(a) value
 *
 * @export
 * @param {any} params
 * @returns
 */
export declare const rgbToHex: IModule;
