/** * Convert int to hex */ export declare function int_hex_(rgb:number):string export { int_hex_ as _int_hex, int_hex_ as _hex__int, }