import { type SharedValue } from "react-native-reanimated"; /** Short independent fade used when replacement data dims the plotted series. */ export declare const SERIES_INDICATOR_FADE_MS = 180; /** Worklet-safe target for live dots and their pulse rings. */ export declare function seriesIndicatorOpacityTarget(seriesOpacity: number): 0 | 1; /** * Fades live dots and pulse rings away while `seriesOpacity` dims replacement * data, then restores them once the plotted series is fully opaque again. * Keeping this as a separate opacity avoids compositing a translucent dot over * its own line, where the stroke would otherwise shine through. */ export declare function useSeriesIndicatorOpacity(seriesOpacity: SharedValue, duration?: number): SharedValue; //# sourceMappingURL=useSeriesIndicatorOpacity.d.ts.map