import { AnyActivity } from '@argent/x-shared/simulation'; import { HideComponentWithChildren } from '../../types'; interface ActivityBalanceChangeProps { activity: AnyActivity; networkId: string; hideComponent?: HideComponentWithChildren; } declare const ActivityBalanceChange: import('react').NamedExoticComponent; export { ActivityBalanceChange };