import * as React from 'react'; import { CommentListComposition, CommentListProps } from '../types'; declare const CommentList: React.FC & CommentListComposition; export { CommentList };