declare function DiagnosticsFooter(props: any): JSX.Element; declare namespace DiagnosticsFooter { namespace propTypes { const children: PropTypes.Requireable>; const type: PropTypes.Validator; } } export default DiagnosticsFooter; import PropTypes from 'prop-types';