import React from 'react';
import { ReactionResources, VideoGalleryLocalParticipant, VideoGalleryRemoteParticipant } from '../../types';
/**
 * The overlay responsible for rendering multiple reactions all at once in presentation mode
 * @internal
 */
export declare const RemoteContentShareReactionOverlay: React.MemoExoticComponent<(props: {
    reactionResources: ReactionResources;
    localParticipant?: VideoGalleryLocalParticipant;
    remoteParticipants?: VideoGalleryRemoteParticipant[];
    hostDivHeight?: number;
    hostDivWidth?: number;
}) => React.JSX.Element>;
//# sourceMappingURL=RemoteContentShareReactionOverlay.d.ts.map