import React from "react";
import { WheelOfFortuneProps } from "./props/WheelOfFortuneProps";
declare const WheelOfFortune: React.FC<WheelOfFortuneProps>;
export default WheelOfFortune;
