/** * UserMentionStyle * @property {string} mentionTextFont - Default Font for mentions "@" text * @property {string} mentionsTextColor - Default Color for mentions "@" text * @property {string} mentionTextBackground - Default Background Color for mentions "@" text * @property {string} loggedInUserTextFont - Font for logged in user mentions * @property {string} loggedInUserTextColor - Color for logged in user mentions * @property {string} loggedInUserTextBackground - Background Color for logged in user mentions */ export declare class UserMentionStyle { mentionTextFont?: string; mentionTextColor?: string; mentionTextBackground?: string; loggedInUserTextFont?: string; loggedInUserTextColor?: string; loggedInUserTextBackground?: string; constructor(props: Partial); } //# sourceMappingURL=UserMentionStyle.d.ts.map