export enum KlarnaTheme {
  Light = 'light',
  Dark = 'dark',
  Automatic = 'automatic',
}
