///
import { UR } from 'getstream';
import { DefaultAT, DefaultUT } from '../context/StreamApp';
import { ActivityProps } from './Activity';
export declare type ActivityContentProps = ActivityProps;
export declare const ActivityContent: ({ activity, Repost, Card, className, style, ...props }: ActivityContentProps) => JSX.Element;
//# sourceMappingURL=ActivityContent.d.ts.map