export default DevCenterAppErrorView; declare function DevCenterAppErrorView({ appHeaderProps, openIntercom }: { appHeaderProps: any; openIntercom: any; }): JSX.Element; declare namespace DevCenterAppErrorView { namespace propTypes { let app: PropTypes.Requireable>; } namespace defaultProps { let app_1: null; export { app_1 as app }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=DevCenterAppErrorView.d.ts.map