declare function _exports(r: number, g: number, b: number): `#${string}`;
export = _exports;
