import CSS from 'csstype' export type Color = | 'danger' | 'success' | 'warning' | 'info' | 'primary' | 'secondary' | CSS.Property.Color