/** * Put RGB into a string */ export default function rgbStringfy(r: number, g: number, b: number): string;