export enum Size {
  LARGE = 'large',
  NORMAL = 'normal',
  SMALL = 'small'
}
