import { ReactNode } from "react"; declare const CommentsFeed: ({ children: customNoCommentsView, }: { children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element; export default CommentsFeed;