import type { FunctionComponent } from "react"; import type { PayPalButtonsComponentProps } from "../types"; /** This `` 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 `` parent component for managing state related to loading the JS SDK script. */ export declare const PayPalButtons: FunctionComponent;