import * as React from 'react'; import { CommentProps } from '../types'; export declare const Comment: React.FC;