import { CometChat } from '@cometchat-pro/chat'; import { LitElement } from 'lit'; import { ReactionsStyle } from './ReactionsStyle'; import { MessageBubbleAlignment } from '@cometchat/uikit-resources'; export declare class ReactionsView extends LitElement { childElement: any; messageObject: CometChat.BaseMessage; loggedInUser: CometChat.User; reactionsStyle: ReactionsStyle; alignment: MessageBubbleAlignment; addReactionIconURL: string; static styles: import("lit").CSSResult[]; messageReactions: any[]; reactionIconStyle: any; extensionData: any; reactionsName: any; checkReaction(): void; render(): import("lit-html").TemplateResult<1>; getMessageReactions(reaction: any): any; reactToMessages(emoji: string): void; addNewReaction: (event: any) => void; reactionCountStyle(showOutline: boolean): { color: string | undefined; font: string | undefined; }; highlightBackground: (showOutline: boolean, count: any) => any; messageKitBlockStyle: () => { width: string | undefined; height: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "reactions-view": any; } } interface HTMLElementTagNameMap { 'reactions-view': any; } } //# sourceMappingURL=reactions-view.d.ts.map