export declare class ElColorHelper { static shade(color: any, weight: any): string; static tint(color: any, weight: any): string; static mix(color1: any, color2: any, weight: any): string; static hexToRgbA(hex: any, alpha: any): string; }