import { User } from "../types/user"; interface EditorCommentStyle2Props { value?: string; onChange?: (val: string) => void; currentUser: User; } export declare const EditorCommentStyle2: ({ value, onChange, currentUser, }: EditorCommentStyle2Props) => import("react/jsx-dev-runtime").JSX.Element; export {}; //# sourceMappingURL=EditorCommentStyle2.d.ts.map