import { BaseGameProps } from "./shared/types"; export interface CoinTossGameProps extends BaseGameProps { } export declare function CoinTossGame({ theme, customTheme, backgroundImage, ...props }: CoinTossGameProps): import("react/jsx-runtime").JSX.Element;