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