import { Component } from 'solid-js';
declare const CommentBox: Component<{
    isMain?: boolean;
}>;
export default CommentBox;
