import { PostThread } from "../api/index.js"; export declare const CommentSection: ({ thread }: { thread: PostThread; }) => import("react").JSX.Element;