export type IconButtonSize = 'x-small' | 'small' | 'medium' | 'large' | 'x-large'; export type IconButtonColor = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'disabled';