import { CheckoutButtonProps } 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 CheckoutButton({ className, coinbaseBranded, disabled, icon, text, }: CheckoutButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CheckoutButton.d.ts.map