import '../Comments.scss'; import { CommentProps } from '../type'; declare const ChildComment: ({ handleInsertNode, handleEditNode, handleDeleteNode, comment, depth, isDisable, userDetails, isEditDeleteActionAllowed, createdByID, rowBreakCharCount, isVewMode, deleteEnable, }: CommentProps) => import("react/jsx-runtime").JSX.Element; export default ChildComment;