export declare enum KlarnaTheme {
    Light = "light",
    Dark = "dark",
    Automatic = "automatic"
}
//# sourceMappingURL=KlarnaTheme.d.ts.map