export declare class ColorLoaderProvider { readonly BASE_RED_COLOR: string; /** * Retrieves the primary color as a hex color string * @param url achievement icon image URL */ getColor(url: string): Promise; }