import React from "react";
import { PlayerNotificationProps, INotificationsProps } from "./type";
export default function PlayerNotification({ gameState }: PlayerNotificationProps): React.JSX.Element;
export declare function DefaultNotification({ notifications }: INotificationsProps): React.JSX.Element;
