import { FunctionComponent } from 'react'; /** * Display header (main game information). When this component is used: * - a game must be loaded. */ declare const Header: FunctionComponent; export default Header;