import { FunctionComponent } from 'react'; /** * Application content. */ declare const AppContent: FunctionComponent; export default AppContent;