import { ActivitySummary } from '@argent/x-shared/simulation'; import { FC } from 'react'; import { HideComponentWithChildren } from '../../types'; interface ActivitySummaryRowProps { summary: ActivitySummary; networkId: string; hideComponent?: HideComponentWithChildren; } export declare const ActivitySummaryRow: FC; export {};