import { ReactionResponse } from 'belo-js-sdk'; import { MessageContextValue } from '../../../context'; import { DefaultBeloChatGenerics } from '../../../types/types'; export interface FetchReactionsOptions { shouldFetch: boolean; handleFetchReactions?: MessageContextValue['handleFetchReactions']; } export declare function useFetchReactions(options: FetchReactionsOptions): { isLoading: boolean; reactions: ReactionResponse[]; }; //# sourceMappingURL=useFetchReactions.d.ts.map