export declare const PaypalV2PaymentSourcePaypalExperienceContextShippingPreference: {
    readonly GET_FROM_FILE: "GET_FROM_FILE";
    readonly NO_SHIPPING: "NO_SHIPPING";
    readonly SET_PROVIDED_ADDRESS: "SET_PROVIDED_ADDRESS";
};
export type PaypalV2PaymentSourcePaypalExperienceContextShippingPreference = (typeof PaypalV2PaymentSourcePaypalExperienceContextShippingPreference)[keyof typeof PaypalV2PaymentSourcePaypalExperienceContextShippingPreference];
