import React from "react"; import { GestureResponderEvent, StyleProp } from "react-native"; type Props = { ready?: boolean; disabled?: boolean; degree?: number; style?: StyleProp; onPress?: (event?: GestureResponderEvent) => void; }; export declare const MarketWheel: React.FC; export {}; //# sourceMappingURL=MarketWheel.d.ts.map