export type CarColor = 'blue' | 'green' | 'primary' | 'red' | 'secondary' | 'yellow' | 'default'; //# sourceMappingURL=CarColor.d.ts.map