export declare enum Sentiment { NEGATIVE = "negative", NEUTRAL = "neutral", POSITIVE = "positive", WARNING = "warning", PENDING = "pending", /** * @deprecated */ INFO = "info", /** * @deprecated */ ERROR = "error", /** * @deprecated */ SUCCESS = "success" } //# sourceMappingURL=sentiment.d.ts.map