export declare const PaymentUIType: {
    readonly PAYPAL_SPB: "PAYPAL_SPB";
};
export type PaymentUIType = (typeof PaymentUIType)[keyof typeof PaymentUIType];
