export declare const PaypalV2PaymentSourcePaypalExperienceContextLandingPage: { readonly LOGIN: "LOGIN"; readonly GUEST_CHECKOUT: "GUEST_CHECKOUT"; readonly NO_PREFERENCE: "NO_PREFERENCE"; }; export type PaypalV2PaymentSourcePaypalExperienceContextLandingPage = (typeof PaypalV2PaymentSourcePaypalExperienceContextLandingPage)[keyof typeof PaypalV2PaymentSourcePaypalExperienceContextLandingPage];