export type Color = 'neutral' | 'brand' | 'red' | 'pink' | 'purple' | 'blue' | 'cyan' | 'lime' | 'green' | 'yellow' | 'orange' | (string & {}); //# sourceMappingURL=types.d.ts.map