///
import { UR, EnrichedReaction } from 'getstream';
import { LoadMorePaginatorProps } from './LoadMorePaginator';
import { DefaultUT, DefaultAT } from '../context';
import { ElementOrComponentOrLiteralType } from '../utils';
export declare type ReactionListType = {
/** The ID of the activity for which these reactions are */
activityId: string;
/** The component that should render the reaction */
Reaction: ElementOrComponentOrLiteralType<{
reaction: EnrichedReaction