export default genRandomColor; declare function genRandomColor(type: 'hsl' | 'hsla' | 'rgb' | 'rgba' | 16 | '16' | undefined): string | undefined;