import type { BaseTransactionButtonProps } from './types.js';
export declare const BaseTransactionButton: React.FC<BaseTransactionButtonProps>;
