export declare const scriptLoadError = "\n React-paypal-button loading script error:\n\n Make sure that that your clientID is correct and that you are passing valid values to the paypalOptions prop and the buttonStyles prop.\n\n For a list of valid properties for paypalOptions see https://developer.paypal.com/docs/checkout/reference/customize-sdk/#query-parameters\n For a list of valid properties for buttonStyles see https://developer.paypal.com/docs/checkout/integration-features/customize-button/#color\n"; export declare const authError = "\n React-paypal-button authorization error:\n\n This is likely an issue with paypal's api and the way they are handling their session data.\n Try closing and reopening your browser\n"; export declare const captureError = "\n React-paypal-button capture error:\n\n This is likely an issue with paypal's api and the way they are handling their session data.\n Try closing and reopening your browser\n"; export declare const baseUrl = "https://www.paypal.com/sdk/js";