interface ICommentEditorProps { tableId: string; recordId: string; } export declare const CommentEditor: (props: ICommentEditorProps) => import("react/jsx-runtime").JSX.Element; export {};