import React from 'react'; import { IMessage } from '../Models'; import { MessageReactionsDisplayProps } from './types'; export declare const MessageReactions: (props: MessageReactionsDisplayProps) => React.ReactElement | null; //# sourceMappingURL=MessageReactions.d.ts.map