export enum KlarnaButtonShape {
  RoundedRect = 'roundedRect',
  Pill = 'pill',
  Rectangle = 'rectangle',
}
