import { FunctionComponent } from 'react'; /** * Page displaying a round. When this component is used: * - a game must be loaded; * - a provider must make the play reducer available. */ declare const RoundPreview: FunctionComponent; export default RoundPreview;