/** * Represents the `IChatReaction` interface. * * @public */ export interface IChatReaction { label: string; unicode: string; } /** * @public * @dynamic */ export declare class ChatReactions { static readonly default: Array; } //# sourceMappingURL=IChatReaction.d.ts.map