import React from 'react'; import type { ChartDataPoint, ChartFormatAmount, ChartXFunction, } from '@coinbase/cds-common/types/Chart'; export type SparklineInteractiveMinMaxProps = { dataPoint: ChartDataPoint | undefined; formatMinMaxLabel: ChartFormatAmount; xFunction: ChartXFunction; }; export declare const SparklineInteractiveMinMax: React.FunctionComponent< React.PropsWithChildren >; //# sourceMappingURL=SparklineInteractiveMinMax.d.ts.map