/** * UrlFormatterStyle * @property {string} rightAlignedLinkColor - Color for mentions in sent/right aligned messages * @property {string} leftAlignedLinkColor - Color for mentions in received/left aligned messages * @property {string} rightAlignedLinkFont - Font for mentions in sent/right aligned messages * @property {string} leftAlignedLinkFont - Font for mentions in received/left aligned messages */ export declare class UrlFormatterStyle { rightAlignedLinkColor?: string; leftAlignedLinkColor?: string; rightAlignedLinkFont?: string; leftAlignedLinkFont?: string; constructor(props: Partial); } //# sourceMappingURL=UrlFormatterStyle.d.ts.map