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