export function CommentBox(props: any): JSX.Element; export namespace CommentBox { namespace propTypes { const children: PropTypes.Requireable; const className: PropTypes.Requireable; const style: PropTypes.Requireable; const title: PropTypes.Requireable; } const displayName: string; } export default CommentBox; import PropTypes from "prop-types"; //# sourceMappingURL=CommentBox.d.ts.map