/** * 버튼 모양 */ export declare const PaypalV2StyleShape: { readonly rect: "rect"; readonly pill: "pill"; }; /** * 버튼 모양 */ export type PaypalV2StyleShape = (typeof PaypalV2StyleShape)[keyof typeof PaypalV2StyleShape];