import { Comment as CommentType } from "@replyke/core"; declare const LoadedComments: ({ data }: { data: CommentType[]; }) => import("react/jsx-runtime").JSX.Element; export default LoadedComments;