import { CustomWinAnimation, displayCommunityJackpotWin, displayJackpotWinInterface, winResponse } from "../../types.js"; export declare function displayMainWinner(props: CustomWinAnimation): void; export declare function displayCommunityWin(props?: displayCommunityJackpotWin): void; export declare function displayJackpotWin(props?: displayJackpotWinInterface): void; export declare function defineAndDisplayWin(winResponse: winResponse, updateAmount: (currentAmount: number, amount: number) => null | undefined): void;