import { ICommentThread } from './CommentThread.container';
export declare const CommentThreadComponent: React.FC<ICommentThread>;
