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