import { Web2TransactionModalProps } from './Web2TransactionsModal.types'; /** * This component is used to prompt the user to accept or reject a transaction via the Web2TransactionModal * and the sendTransaction function. */ export declare const Web2TransactionsModal: (props: Web2TransactionModalProps) => import("react/jsx-runtime").JSX.Element;