import { WheelData } from './components/Wheel/types'; export { Wheel } from './components/Wheel'; export declare type WheelDataType = WheelData;