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