import { CheckoutProps } from '../types'; /** * @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 Checkout({ chargeHandler, children, className, isSponsored, onStatus, productId, }: CheckoutProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Checkout.d.ts.map