import { Property } from '@argent/x-shared/simulation'; import { FC } from 'react'; import { HideComponentWithChildren } from '../types'; export interface TransactionReviewPropertyProps { property: Property; networkId: string; hideComponent?: HideComponentWithChildren; } export declare const TransactionReviewProperty: FC;