import type { RefObject } from 'react'; declare const useReactCommentEffect: (comment: string, eForCommentRef: RefObject) => void; export default useReactCommentEffect;