import React from 'react'; import { Path } from 'react-native-svg'; import type { SparklineBaseProps } from './Sparkline'; /** * @deprecated Use LineChart instead. This will be removed in a future major release. * @deprecationExpectedRemoval v4 */ export declare const SparklineGradient: React.MemoExoticComponent< ({ ref, background, color, path, height, width, yAxisScalingFactor, children, }: SparklineBaseProps & { ref?: React.Ref; }) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=SparklineGradient.d.ts.map