declare const COMPARAONLINE_SLUG = "comparaonline"; declare const BRAND_LOGO_BASE_PATH = "https://d7nxjt1whovz0.cloudfront.net/marketplace/logos/car-brands/brands/"; declare const BLACK = "#000"; declare const COLOR_GRADIENTS: { [index: string]: { startColor: string; endColor: string; }; }; export { BLACK, BRAND_LOGO_BASE_PATH, COLOR_GRADIENTS, COMPARAONLINE_SLUG };