export declare enum KlarnaButtonShape {
    RoundedRect = "roundedRect",
    Pill = "pill",
    Rectangle = "rectangle"
}
//# sourceMappingURL=KlarnaButtonShape.d.ts.map