import { ReviewOfTransaction } from '@argent/x-shared/simulation'; import { FC } from 'react'; interface TransactionReviewActionsProps { reviewOfTransaction: ReviewOfTransaction; initiallyExpanded?: boolean; networkId: string; } export declare const TransactionReviewActions: FC; export {};