export declare class MiscUtils { private static colorsTheme; static readonly ALL_MATERIAL_COLORS: string[]; static readonly RANDOM_COLORS: string[]; static getThemeColor(type: 'primary' | 'accent'): string; }