import { AnyActivity } from '@argent/x-shared/simulation'; import { SquareProps } from '@chakra-ui/react'; export interface ActivityIconProps extends SquareProps { activity: AnyActivity; networkId: string; preferMetaIcon?: boolean; } declare const ActivityIcon: import('react').NamedExoticComponent; export { ActivityIcon };