/**
 * 버튼 라벨
 */
export declare const PaypalV2StyleLabel: {
    readonly paypal: "paypal";
    readonly checkout: "checkout";
    readonly buynow: "buynow";
    readonly pay: "pay";
    readonly installment: "installment";
    readonly subscribe: "subscribe";
    readonly donate: "donate";
};
/**
 * 버튼 라벨
 */
export type PaypalV2StyleLabel = (typeof PaypalV2StyleLabel)[keyof typeof PaypalV2StyleLabel];
