import { Property } from '@argent/x-shared/simulation'; import { FC } from 'react'; import { HideComponentWithChildren } from '../types'; interface TransactionReviewPropertiesProps { properties: Property[]; networkId: string; hideComponent?: HideComponentWithChildren; } export declare const TransactionReviewProperties: FC; export {};