export type ButtonType = 'normal' | 'dashed' | 'stroked' | 'raised' | 'fab' | 'icon';
export type ButtonSize = 'small' | 'medium' | 'large';
export type ButtonColor = 'primary' | 'primary-alt' | 'secondary' | 'success' | 'warning' | 'error' | 'info' | 'minimal';