/// import type { ChartProps } from '@shopify/polaris-viz-core'; export declare type SparkLineChartProps = { accessibilityLabel?: string; offsetLeft?: number; offsetRight?: number; } & ChartProps; export declare function SparkLineChart(props: SparkLineChartProps): JSX.Element; //# sourceMappingURL=SparkLineChart.d.ts.map