/** * Brand colors */ export declare const corporateColors: { greyBlue: string; // teal: 'rgb(0, 183, 195)', PREVIOUS BRIGHTER TEAL. PLEASE KEEP FOR REFERENCE. teal: string; gold: string; grey: string; lightGrey: string; }; export declare const corporateColorsHint: { build: string; engage: string; play: string; manage: string; }; export declare const productCategoryColors: { blue: string; magenta: string; green: string; orange: string; }; //# sourceMappingURL=brand.d.ts.map