/** * title: 基本使用 */ import React from 'react'; declare const ErrorBoundaryPage: () => React.JSX.Element; export default ErrorBoundaryPage;