import { Gamification } from '@streamlayer/feature-gamification'; import { BetPackEventCb } from '../'; export declare const BetPackContent: React.FC<{ gamification: Gamification; swipeable?: boolean; autoplay?: boolean; overlay?: boolean; onEvent: BetPackEventCb; }>;