import { Skia } from "@shopify/react-native-skia"; import { type SharedValue } from "react-native-reanimated"; import type { SeriesLineStyle } from "../core/multiSeriesLayout"; import type { SeriesConfig } from "../types"; export declare function MultiSeriesStroke({ index, paths, opacities, series, strokeWidth, lineStyle, }: { index: number; paths: SharedValue[]>; opacities: SharedValue; series: SharedValue; strokeWidth: number; /** Per-series static stroke style (dash / width / glow). */ lineStyle?: SeriesLineStyle; }): import("react").JSX.Element; //# sourceMappingURL=MultiSeriesStroke.d.ts.map