/**
 *
 * @param {number} srm the SRM value to be converted to
 * an hex color string i.e. #000000
 */
export default function srmToColor(srm: number): string;
