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