declare const rgbArrayToString: (rgb: number[]) => string; export default rgbArrayToString;