/** * title: 基本使用 */ import React from 'react'; declare const App: React.FC; export default App;