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