/// interface ICommentListProps { isMe: boolean; } export declare const CommentListContext: import("react").Context; export {};