import { BaseStyle } from "./BaseStyle"; /** * ThreadedMessagesStyle class represents the styles for ThreadedMessagesStyle. It extends BaseStyle. * * @property {string} titleColor - Color for title text. * @property {string} titleFont - Font for title text. * @property {string} closeIconTint - Shadow for the box. * @extends {BaseStyle} */ export declare class ThreadedMessagesStyle extends BaseStyle { titleColor?: string; titleFont?: string; closeIconTint?: string; constructor(props: Partial); } //# sourceMappingURL=ThreadedMessagesStyle.d.ts.map