import { TransactionButtonProps } from '../types'; export declare function TransactionButton({ className, disabled, text: idleText, render, }: TransactionButtonProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; //# sourceMappingURL=TransactionButton.d.ts.map