import { HTMLAttributes } from 'react'; type Props = { playerId: PlayerId; suspense?: number; test?: number; } & HTMLAttributes; export declare const GamePoints: ({ playerId, suspense, test, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element | null; export {};