import React from 'react'; import type { IconProps } from "./"; declare const App: React.FC; export default App;