/** * @func randomColor * @param {type} type - 0: rgb, 1: rgba, 2: hsl, 3: hsla, 4: hex * @returns {string} - random color * @desc πŸ“η”ŸζˆδΈ€δΈͺιšζœΊηš„ι’œθ‰²ε€Ό */ export declare const randomColor: (type?: number) => string;