import { FunctionComponent } from 'react'; /** * Page used to create a new game. */ declare const New: FunctionComponent; export default New;