import React from 'react'; import { CommentProps } from './interface'; declare const CommentRef: React.ForwardRefExoticComponent>; export default CommentRef; export { CommentProps };