// @ag-grid-community/react v30.0.6 import { RefObject } from 'react'; declare const useReactCommentEffect: (comment: string, eForCommentRef: RefObject) => void; export default useReactCommentEffect;