import { ReactElement } from 'react'; import { OrderMatchNotificationPayload } from '@fridaygame/client'; export interface OrderMatchNotificationProps { payload?: OrderMatchNotificationPayload; } export declare function OrderMatchNotification({ payload }: OrderMatchNotificationProps): ReactElement;