import type { FC } from 'react';
import { RouletteLayoutType } from '../../../types';
interface INumberBetsProps {
    layoutType: RouletteLayoutType;
}
export declare const NumberBets: FC<INumberBetsProps>;
export {};
