import React from "react"; import { CommentType } from "./comment-type"; declare const SubComments: ({ comments }: { comments: Array; }) => React.JSX.Element; export default SubComments;