import { ReactElement } from 'react'; import { Post } from '@fridaygame/client'; export interface MatchSummaryPostProps { post: Post<'match_summary'>; } export declare function MatchSummaryPost({ post }: MatchSummaryPostProps): ReactElement;