import { FunctionComponent } from 'react'; /** * Component used to add players to a new game. When this component is used: * - a game must be loaded; * - logged user must have appropriate rights to create users. */ declare const AddPlayers: FunctionComponent; export default AddPlayers;