export declare const RockPaperScissorsImages: {
    rock: string;
    paper: string;
    scissors: string;
};
