/// import type { ChartProps, TargetLine } from '@shopify/polaris-viz-core'; export declare type SparkBarChartProps = { targetLine?: TargetLine; accessibilityLabel?: string; } & ChartProps; export declare function SparkBarChart(props: SparkBarChartProps): JSX.Element; //# sourceMappingURL=SparkBarChart.d.ts.map