declare const getColorGradient: (carBrandName: string) => { startColor: string; endColor: string; }; declare const getLogo: (carBrandName: string) => string; export { getColorGradient, getLogo };