import { CheckoutContextType, CheckoutProviderProps } from '../types'; export declare const CheckoutContext: import('react').Context; /** * @deprecated The component and its related components and hooks are deprecated * and will be removed in a future version. We recommend looking at Base Pay for similar functionality. * @see {@link https://docs.base.org/base-account/guides/accept-payments} */ export declare function useCheckoutContext(): CheckoutContextType; export declare function CheckoutProvider({ chargeHandler, children, isSponsored, onStatus, productId, }: CheckoutProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CheckoutProvider.d.ts.map