///
import { EnrichedReaction, UR, EnrichedActivity } from 'getstream';
import { DefaultAT, DefaultUT } from '../context/StreamApp';
import { PropsWithElementAttributes } from '../utils';
export declare type LikeButtonProps = PropsWithElementAttributes<{
/** The activity received from stream that should be liked when pressing the LikeButton. */
activity?: EnrichedActivity;
/** The reaction received from stream that should be liked when pressing the LikeButton. */
reaction?: EnrichedReaction