export declare const getRandomColor: () => string; /** * @param hexCode * @param opacity * @returns */ export declare function convertColorToRGBA(hexCode: string, opacity?: number): string;