/// <reference types="react" />
import { ISpinWheelProps } from './SpinWheel.interface';
declare const SpinWheel: React.FC<ISpinWheelProps>;
export default SpinWheel;
