export type Colors = 'neutral' | 'accent' | 'error' | 'warning' | 'success' | 'blue' | 'pink' | 'magenta' | 'yellow' | 'white'; //# sourceMappingURL=Colors.d.ts.map