import { ReactElement } from 'react'; import { Match } from '@fridaygame/client'; export interface MatchLiveProps { match: Match; } export declare function MatchLive({ match }: MatchLiveProps): ReactElement;