import { Color } from '../color'; import { ITheme } from '../theme.service'; export declare enum CommentThreadState { Unresolved = 0, Resolved = 1 } export declare const commentThreadRangeBackground: string; export declare const commentThreadRangeActiveBackground: string; export declare const commentThreadStateColorVar = "--comment-thread-state-color"; export declare const commentViewThreadStateColorVar = "--comment-view-thread-state-color"; export declare const commentThreadStateBackgroundColorVar = "--comment-thread-state-background-color"; export declare function getCommentThreadStateBorderColor(state: CommentThreadState | undefined, theme: ITheme): Color | undefined; export declare function getCommentThreadStateIconColor(state: CommentThreadState | undefined, theme: ITheme): Color | undefined; //# sourceMappingURL=comment.d.ts.map