export declare function normalizeName(name: string): string; export declare function constructColorName(baseName: string, property: string | null, suffix?: string): string;