import type { IDisableableProps } from '../../../../Behaviors/Disableable'; import type { IChatReaction } from '../Models/IChatReaction'; import type { IThemeableProps } from '../../../../Behaviors/Themeable'; /** * Represents the `IReactionChatToolElementProps` interface. * * @public */ export interface IReactionChatToolElementProps extends IDisableableProps, IThemeableProps { reactions: Array; } //# sourceMappingURL=IReactionChatToolElementProps.d.ts.map