type Color = 'default' | 'dark' | 'light' | 'accent' | 'good' | 'warning' | 'attention';

export type { Color };
