import { ReactElement } from 'react'; import { ClosedMatchNotificationPayload } from '@fridaygame/client/dist/community/notifications/model'; export interface ClosedMatchNotificationProps { payload: ClosedMatchNotificationPayload; } export declare function ClosedMatchNotification({ payload }: ClosedMatchNotificationProps): ReactElement;