import { CheckoutStatusProps } 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 CheckoutStatus({ className }: CheckoutStatusProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CheckoutStatus.d.ts.map