import { BetType, Chips } from '../../types';
export declare const findChipIcon: (bet: BetType, chips: Chips) => string | null | undefined;
