import { FunctionComponent } from 'react'; /** * Display the clock on round page. When this component is used: * - a game must be loaded. */ declare const Clock: FunctionComponent; export default Clock;