import React from 'react'; import { TCommentText } from '@udecode/plate-comments'; import { PlateLeafProps, Value } from '@udecode/plate-common'; export declare function CommentLeaf({ className, ...props }: PlateLeafProps): React.JSX.Element;