import type { ResolvedCandleGapsConfig } from "../core/resolveConfig"; import type { SingleEngineState } from "../core/useLiveChartEngine"; import type { ChartPadding } from "../draw/line"; /** Batched flat previous-value bridge paths for each semantic line-gap kind. */ export declare function useLineGapPaths(engine: SingleEngineState, padding: ChartPadding, config: ResolvedCandleGapsConfig): { readonly noTradesPath: import("react-native-reanimated").DerivedValue; readonly unavailablePath: import("react-native-reanimated").DerivedValue; readonly unknownPath: import("react-native-reanimated").DerivedValue; }; //# sourceMappingURL=useLineGapPaths.d.ts.map