import { FC } from 'react'; import PropTypes, { InferProps } from 'prop-types'; declare const propTypes: { t: PropTypes.Validator<(...args: any[]) => any>; loadMore: PropTypes.Validator<(...args: any[]) => any>; moreAvailableCount: PropTypes.Requireable; errorMessage: PropTypes.Requireable; tagMappings: PropTypes.Requireable; color: PropTypes.Requireable; dark: PropTypes.Validator; }>>; }>[]>; }; declare const DiscussionCommentsWrapper: FC>; export default DiscussionCommentsWrapper;