export type Color = | 'initial' | 'primary' | 'secondary' | 'dark' | 'darked' | 'gray' | 'light' | 'success' | 'warning' | 'error' | '';