import type { TCandle } from './types';
import type { SharedValue } from 'react-native-reanimated';
export declare function useCandleData(): Readonly<SharedValue<TCandle>>;
//# sourceMappingURL=useCandleData.d.ts.map
