import type { PayPalState } from "../context/PayPalProviderContext";
/**
 * Returns {@link PayPalState} provided by a parent {@link PayPalProvider}.
 *
 * @returns {PayPalState}
 */
export declare function usePayPal(): PayPalState;
