import { FunctionComponent } from 'react'; /** * Display the main menu. */ declare const Menu: FunctionComponent; export default Menu;