export interface ICommentThreadWidget { submitComment: () => Promise; collapse: () => void; }