export enum BUTTON_STYLE { RAISED = 'raised', STROKED = 'stroked', FLAT = 'flat', ICON = 'icon', FAB = 'fab', MINI_FAB = 'mini_fab' }