import { BaseStyle } from '../../Styles/BaseStyle'; export declare class SmartRepliesStyle extends BaseStyle { replyTextFont?: string; replyTextColor?: string; replyBackground?: string; boxShadow?: string; closeIconTint?: string; constructor(props: Partial); } //# sourceMappingURL=SmartRepliesStyle.d.ts.map