///
import { UR } from 'getstream';
import { DefaultAT, DefaultUT } from '../context';
import { FlatFeedProps } from './FlatFeed';
export declare type SinglePostProps = FlatFeedProps & {
activityId: string;
};
/**
* Shows the detail of a single activity
*/
export declare function SinglePost({ options, activityId, doFeedRequest, ...props }: SinglePostProps): JSX.Element;
//# sourceMappingURL=SinglePost.d.ts.map