import type { FunctionComponent } from "react";
import type { PayPalButtonsComponentProps } from "../types";
/**
This `<PayPalButtons />` component supports rendering [buttons](https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-reference/#buttons) for PayPal, Venmo, and alternative payment methods.
It relies on the `<PayPalScriptProvider />` parent component for managing state related to loading the JS SDK script.
*/
export declare const PayPalButtons: FunctionComponent<PayPalButtonsComponentProps>;
