import { FunctionComponent } from 'react'; /** * A dialog used to add a player. When this component is used: * - a provider must make the play reducer available. */ declare const AddPlayer: FunctionComponent; export default AddPlayer;