import React from 'react'; import { Path } from 'react-native-svg'; export type SparklineAreaBaseProps = { area?: string; patternId?: string; maskId?: string; }; /** * @deprecated Use AreaChart instead. This will be removed in a future major release. * @deprecationExpectedRemoval v4 */ export declare const SparklineArea: React.MemoExoticComponent< ({ ref, area, patternId, maskId, }: SparklineAreaBaseProps & { ref?: React.Ref; }) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=SparklineArea.d.ts.map